On Tue, Nov 21, 2000 at 09:02:37PM -0800, Scott Cameron wrote:
I'm using CSH, not bash, thus the use of setenv.
#setenv CVSROOT=anoncvs1.usa.openbsd.org:/cvs
Lose the = and leave the space.
#cd /usr
#cvs get src
Try cvs get -PA src. You need to give cvs a tag (here that's A).
I tried to do it via SSH earlier but it said it was unable to
execute /usr/local/bin/ssh and /usr/bin/ssh when I pointed it
there. I think I'm missing some obvious problem there too :(
(something to do with ~/ssh.config?)
setenv CVS_RSH "/usr/bin/ssh"
--
David Kanter