Funny enough I just struggled through this yesterday. You need to download an 
ssh program for Windows as Maven does not support using the ssh method with 
cvsnt. I used Putty myself which has the plink executable to act as your ssh 
agent. Once you download putty, create a batch file called plink.cmd as follows:

C:/putty/plink -ssh -l {username} -pw {password} %1 %2 %3 %4 %5

Next set your CVS_RSH variable to point to this batch file, i.e:

CVS_RSH=C:\somedirectory\plink.cmd

This worked for me and hopefully helps you out.

Cheers,

Gerald


-----Original Message-----
From: Rodrigo Gonçalves [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 16, 2007 4:31 PM
To: [email protected]
Subject: scm ext vs ssh


hello...

i'm having problems with configure my scm in my pom.xml file
i access CVS via ssh but there is no scm methods supported for this, just
'local','lserver', 'pserver', and 'ext'.

i'm using windows and i have system variables CVS_RSH=ssh and CVS_EXT=ssh
and when i try to do:
cvs -z3 -d :ext:[EMAIL PROTECTED]:/cvsroot/blabla co blabla
it doesn't work like it should, like:
cvs -z3 -d :ssh:[EMAIL PROTECTED]:/cvsroot/blabla co blabla
works

sorry if the question is too linear...

THX

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to