RE: scm of maven

2007-04-23 Thread Wagner, James
Have you tried this. mvn -e scm:checkout -DcheckoutDirectory=src/main/java -Dincludes=*.java -DscmVersion=My_Release_1_0 -DscmVersionType=branch -Dmaven.scm.provider.cvs.implementation=cvs_native -DconnectionUrl=scm:cvs:pserver:user_name:[EMAIL PROTECTED]:my_cvs_home_path:my_cvs_module_path

Re: scm of maven

2007-04-23 Thread Emmanuel Venisse
what is your SCM plugin version? Emmanuel yi bo a écrit : > Hey, all. I can't for the life of me figure out why the CVS SCM provider > can't check out my source files from CVS. I noticed in a couple prior posts > that the CVSNT executable requires a login from the same shell prior to > starting