You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-users@maven.apache.org by Rodrigo Gonçalves <ro...@gmail.com> on 2007/01/16 22:27:42 UTC

scm ssh

hello...

i'm having problems with configure my scm in my pom.xml file
i access CVS via ssh but there is no 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:username@cvs.sf.net:/cvsroot/blabla co blabla
it doesn't work like it should, like:
cvs -z3 -d :ssh:username@cvs.sf.net:/cvsroot/blabla co blabla
works

sorry if the question is too linear...

THX