SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Topic started by: sushilk on September 30, 2008, 03:20:00 PM

Title: Remote clearcase checkout
Post by: sushilk on September 30, 2008, 03:20:00 PM
I work in a project that houses source code in Linux using clearcase.
However, I use my SlickEdit on XP to browse code (I have my linux files mapped
to windows).

I was attempting to configure my clearcase setup on slickedit to remotely
checkout files on the linux system. I used the following in the clearcase setup
for checkout,

rsh porsche -l sushilk -n cleartool co -nc %f

This fails and the reason I believe is the \ included in the path. I think this would
work if I was able to somehow put in / in the path.

Is there any way to make this thing work ?

Thanks!!