J
John
Hi,
I often create a cvsroot directory on my localfile system so I can
version control my source files.
In Eclipse I have to have a CVSROOT that includes a hostname so it can
use SSH. Why can't I just specify a path:
I want this:
$ cvs -d /opt/cvsroot checkout blah
Not this:
$ cvs -d :ext:localhost:/opt/cvsroot checkout blah
Why? Because I shouldn't need ssh and when I'm on a windows box I don't
always have an ssh server installed.
THANKS!
John
I often create a cvsroot directory on my localfile system so I can
version control my source files.
In Eclipse I have to have a CVSROOT that includes a hostname so it can
use SSH. Why can't I just specify a path:
I want this:
$ cvs -d /opt/cvsroot checkout blah
Not this:
$ cvs -d :ext:localhost:/opt/cvsroot checkout blah
Why? Because I shouldn't need ssh and when I'm on a windows box I don't
always have an ssh server installed.
THANKS!
John