Author Topic: Remote clearcase checkout  (Read 4387 times)

sushilk

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Remote clearcase checkout
« 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!!