Hi, it will save you a lot of headaches to prefix your windows
repository location. It's easy and your cvs server will be more
unix-like. You'll find help on any other issues that may arise regarding
cvs much easier as well.
If you are using the latest cvsnt version, repositories are given a
unix-like name (without f: in your case) by default. In other versions
is simple as well. If you need further assistance don't hesitate to
contact me privately.
best regards
nacho
clojinted (JIRA) escribió:
[ http://jira.codehaus.org/browse/CONTINUUM-574?page=comments#action_57425 ]
clojinted commented on CONTINUUM-574:
-------------------------------------
Hello,
I put in the pipe '|' and my command now looks like this:
mvn -DconnectionUrl=scm:cvs|pserver|username|[EMAIL
PROTECTED]|f:/cvs-repository|itraxspring scm:checkout
-DcheckoutDirectory=itraxspring
Unfortunatly this gives the following error:
'pserver' is not recognized as an internal or external command,
operable program or batch file.
Thanks for your help,
Ger
Checkout failure in Windows
---------------------------
Key: CONTINUUM-574
URL: http://jira.codehaus.org/browse/CONTINUUM-574
Project: Continuum
Type: Bug
Reporter: clojinted
Hello there,
I've just set up Continuum but the following command fails to check out the
project:
mvn -e -DconnectionUrl=scm:cvs:pserver:username:[EMAIL
PROTECTED]:f:/cvs-repository:itraxspring scm:checkout
-DcheckoutDirectory=itraxspring
This is part of the error message:
[ERROR] BUILD ERROR
[INFO] ---------------------------------------
[INFO] Cannot run checkout command :
Embedded error: Can't load the scm provider.
For input string: "f"
I'm using cvsnt so I logged in manually but the problem still arises.
Any help would be greatly appreciated,
Ger