can you send us the logs?

Nitko2 a écrit :
Yes,
'pserver' is not recognized as an internal or external command,operable program or batch file.




Emmanuel Venisse wrote:

Do you have an error or message with this command?

Nitko2 a écrit :

No, this doesn't work. Do I have any other possiblities?

Server is CVSNT on Windows 2003 server.



Emmanuel Venisse wrote:

I'm not sure if maven-scm works with cvsnt, but you can try this:

mvn -e scm:checkout -DconnectionUrl=scm|cvs|pserver|USERNAME:[EMAIL PROTECTED]|E:\cvs\common|MODULE

and

mvn -e scm:checkout -DconnectionUrl=scm|cvs|pserver|USERNAME:[EMAIL PROTECTED]|E:/cvs/common|MODULE

Emmanuel


Nitko2 a écrit :

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]






---------------------------------------------------------------------
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]



---------------------------------------------------------------------
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]

Reply via email to