1) Download plink from the putty site and make sure that it is in your path. 2) Create a public and private key so that you can log in without a password. I think that putty site has some information on that. 3) Create a new session in putty appache-cvs. You will need to get it configured so that when you connect, you log in without being prompted for username or password. 4) cvs -d :ext:[EMAIL PROTECTED]:/home/cvs co module-name
This will make your cvs access work just like it does on unix.... No more annoying terminal window to keep open. -------------------------------------------- Quinton McCombs NequalsOne - HealthCare marketing tools mailto:[EMAIL PROTECTED] http://www.NequalsOne.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2003 11:28 AM > To: [EMAIL PROTECTED] > Subject: RE: CVS Repo Change causing login errors? > > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
