From: Timothy H. <tim...@ma...> - 2003-01-07 14:41:35
|
Hi Jonathan, I think you just made a typo in the second cvs command as shown below.... On Tuesday, January 7, 2003, at 09:08 AM, 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: this worked ... > > jar@rosebud:~$ cvs > -z3:pserver:ano...@cv...:/cvsroot/jscheme co > jscheme cvs -z3 -d:pserver:ano...@cv...:/cvsroot/jscheme co jscheme The line above is what you should have entered. (You left off the " -d" after z3). Once it downloads you build it using src/build/bootstrap on Linux/MacOSX or src/build/bootstrap.bat on a Windows machine. > 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? If it doesn't work please tell me. > > Thanks > Jonathan > (who is trying to use Jscheme at Millennium Pharmaceuticals for > miscellaneous scripting) Great! > > (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.) Hmmmm. We're looking at ways of getting daily builds automatically available as jar files using the sourceforge machines. > > > ------------------------------------------------------- > 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 > |