From: Kyle R . B. <mo...@vo...> - 2003-01-07 14:20:27
|
On Tue, Jan 07, 2003 at 09:08:56AM -0500, Jonathan A Rees wrote: > > I followed the instructions at > http://jscheme.sourceforge.net/jscheme/doc/userman.html@downloadcvs, > and experienced the following: > > jar@rosebud:~$ cvs -d:pserver:ano...@cv...:/cvsroot/jscheme login > (Logging in to ano...@cv...) > CVS password: > > jar@rosebud:~$ cvs -z3:pserver:ano...@cv...:/cvsroot/jscheme co jscheme This command is missign the -d that is present in the 1st cvs command, it should probably read: jar@rosebud:~$ cvs -z3d:pserver:ano...@cv...:/cvsroot/jscheme co jscheme It looks like you might be using Bash, so alternativly, you could do: jar@rosebud:~$ export CVSROOT=d:pserver:ano...@cv...:/cvsroot/jscheme jar@rosebud:~$ cvs login (Logging in to ano...@cv...) CVS password: jar@rosebud:~$ cvs -z3 co jscheme Hope this helps, Kyle R. Burton > cvs checkout: No CVSROOT specified! Please use the `-d' option > cvs [checkout aborted]: or set the CVSROOT environment variable. > jar@rosebud:~$ > > Not knowing anything about CVS, I then flailed about: > > jar@rosebud:~$ export CVSROOT=/tmp/cvs > jar@rosebud:~$ mkdir /tmp/cvs > jar@rosebud:~$ cvs -z3:pserver:ano...@cv...:/cvsroot/jscheme co jscheme > cvs [checkout aborted]: /tmp/cvs/CVSROOT: No such file or directory > jar@rosebud:~$ mkdir /tmp/cvs/CVSROOT > jar@rosebud:~$ cvs -z3:pserver:ano...@cv...:/cvsroot/jscheme co jscheme > cvs checkout: cannot find module `jscheme' - ignored > jar@rosebud:~$ > > Can you help? > > Thanks > Jonathan > (who is trying to use Jscheme at Millennium Pharmaceuticals for > miscellaneous scripting) > > (and by the way, when I tried to run cvs across the company's firewall, > it went south, so I had to do it on my home machine.) > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Jscheme-user mailing list > Jsc...@li... > https://lists.sourceforge.net/lists/listinfo/jscheme-user -- ------------------------------------------------------------------------------ Wisdom and Compassion are inseparable. -- Christmas Humphreys mo...@vo... http://www.voicenet.com/~mortis ------------------------------------------------------------------------------ |