Hi,
i'm in the process of learning about maven 2.0. So I created a project and decided to fetch source
code from cvs repository.
After I read that connection string from pom.xml won't help me with checkout, I
tried with
mvn -e scm:checkout -DconnectionUrl=scm:cvs:pserver:[EMAIL
PROTECTED]:E:\cvs\common:MODULE
mvn -e scm:checkout -DconnectionUrl=scm|cvs|pserver|[EMAIL
PROTECTED]|E:\cvs\common|MODULE
mvn -e scm:checkout -D"connectionUrl=scm|cvs|pserver|[EMAIL
PROTECTED]|E:\cvs\common|MODULE"
With last command I got:
[INFO] [scm:checkout]
[ERROR] Provider message:
[ERROR] The cvs command failed.
[ERROR] Command output:
[ERROR] Empty password used - try 'cvs login' with a real password
cvs [checkout aborted]: \cvs\common: no such repository
I'm using CVSNT on WinXP and .cvspass is created in user home. It seems that the problem is colon in
repository path, but I don't know how to fix it.
My Maven 1.x CVS history is repeating.
Can someone help me with this.
Thanks,
Filip
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]