From: Jonathan A R. <ja...@mu...> - 2003-01-07 14:11:21
|
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 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.) |
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 ------------------------------------------------------------------------------ |
From: Ken A. <kan...@bb...> - 2003-01-07 14:36:46
|
At 09:08 AM 1/7/2003, 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 line should start cvs -z3 -d:pserver > 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 |
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 > |