hmmmm?
[g4:~/gem] synthops% cvs -d:pserver:anonymous@cvs.sourceforge.net:/pd-gem login(Logging in to anonymous@cvs.sourceforge.net) CVS password: cvs [login aborted]: authorization failed: server cvs.sourceforge.net rejected access
where password is [enter] as stated in the cvs page...
I did set CVS_RSH=ssh
Ben
On Friday, March 7, 2003, at 11:54 AM, guenter geiger wrote:
bbogart wrote:
the path is not /pd-gem but /cvsroot/pd-gem
otoh, i don't know why anonymous has to login before s/he can check out.
why not just try:
cvs -z3 -d:pserver:anonymous@cvs.gem.iem.at:/cvsroot/pd-gem checkout Gem GemLibs
and go?
mfg.asd.r IOhannes
I tried both:
[g4:~/gem] synthops% cvs -z3 -d:pserver:anonymous@cvs.gem.iem.at:/cvsroot/pd-gem checkout Gem GemLibs
cvs checkout: could not open /Users/synthops/.cvspass: No such file or directory cvs [checkout aborted]: use "cvs login" to log in first
This is the CVS version:
Concurrent Versions System (CVS) 1.10 `Halibut' (client/server)
Thanks Ben
On Friday, March 7, 2003, at 01:14 PM, IOhannes zmoelnig wrote:
cvs -z3 -d:pserver:anonymous@cvs.gem.iem.at:/cvsroot/pd-gem checkout Gem GemLibs
bbogart wrote:
This is the CVS version: Concurrent Versions System (CVS) 1.10 `Halibut' (client/server)
alright, i thought it worked on my system. did the login to "/cvsroot/pd-gem" instead of "/pd-gem" work then ?
mfg.asd.r IOhannes
On Mon, 10 Mar 2003, IOhannes zmoelnig wrote:
I think CVS remembers passwords, so if you logged in once you do not have to do it the next time.
Then, you can do a checkout with password by adding the password to the username with a colon like -d:pserver:anonymous:@cvs.sf.net .....
Guenter