Okay, that makes sense. I do use putty on windows with the ssh tunnel, but that is a pain since putty doesn't seem to remember the tunnel between sessions.
Quinton, what is the better way you mention? And I am correct then that I want to use /home/cvs for non-anonymous checkouts. If so, then I believe the section under Developer Checkout (http://maven.apache.org/cvs-usage.html) is incorrect, and should be something like: cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvs co maven versus the current: cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic:maven co anoncvs Eric Pugh -----Original Message----- From: Quinton McCombs [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 11:30 AM To: Turbine Maven Developers List Subject: RE: CVS Repo Change causing login errors? > -----Original Message----- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2003 9:53 AM > To: Turbine Maven Developers List > Subject: Re: CVS Repo Change causing login errors? > > > On Tue, 2003-03-18 at 10:00, [EMAIL PROTECTED] wrote: > > Hi all, > > > > I realized that the maven CVS repository has moved from > > jakarta-turbine-maven to just maven, correct? I am having errors > > trying to check things out using: > > > > cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs co maven > > You can't use 'pserver' with /home/cvs. That's for anonymous > checkouts. Unless you are on windows using putty for the ssh tunnel. There is a better way to do it though.... > If you're doing an anonymous co use /home/cvspublic not > /home/cvs. Or if you want a copy you can edit use :ext: and > set your ssh goodies. . > > . > > cvs server: failed to create lock directory for '/home/cvs/maven' . > > . > > > > When I issue a cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic > > login I get a "no such user epugh in CVSROOT/passwd" error. That is because you must use anoncvs with /home/cvspublic... > > Do I need to be added back in now that the repository has moved? > > > > Thanks, > > Eric Pugh > -- > jvz. > > Jason van Zyl > [EMAIL PROTECTED] > http://tambora.zenplex.org > > In short, man creates for himself a new religion of a > rational and technical order to justify his work and to be > justified in it. > > -- Jacques Ellul, The Technological Society > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
