Yes, your are several people that have this pb. cvsnt doesn't seems to respect arguments
of cvs command line.
You can install cygwin and cvs, and put cvs in your path.
Emmanuel
Miks Rozenbergs a écrit :
Hello!
Continuum can't checkout sources from CVS using following SCM URL
scm:cvs:pserver:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>:/cvs/src:BPM/source/com.exigen.bpm.util.
It results in errors shown down bellow. As you can see the error happens
while invoking command "cvs -f -d :pserver:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>:2401/cvs/src -q checkout -r -d 1
BPM/source/com.exigen.bpm.util". And indeed, even manually run this
command produce an error. However if I adjust the command to "cvs -f -d
:pserver:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>:2401/cvs/src -q checkout
BPM/source/com.exigen.bpm.util" (remove "-r -d 1) then the checkout
happens without any errors.
=============== console screen with error messages
==============================================
jvm 1 | 2005-10-27 14:21:52,071 [SocketListener0-5] INFO Continuum -
Enqueuing 'com.exigen.bpm:util:jar:1.0-SNAPSHOT' (Build definition id=1.
jvm 1 | 2005-10-27 14:21:52,492 [Thread-1] INFO ContinuumScm - Checking
out project: 'com.exigen.bpm:util:jar:1.0-SNAPSHOT', id: '1' to
'C:\WIN32APP\continuum-1.0\bin\win32\..\..\apps\continuum\working-directory\1'
with branch/tag .
jvm 1 | 2005-10-27 14:21:52,492 [Thread-1] DEBUG ScmManager - cvsRoot:
:pserver:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>:2401/cvs/src
jvm 1 | 2005-10-27 14:21:52,492 [Thread-1] DEBUG ScmManager - passFile:
C:\Documents and Settings\miks\.cvspass
jvm 1 | 2005-10-27 14:21:52,492 [Thread-1] DEBUG ScmManager - cvsroot
:pserver:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>:2401/cvs/src already exist in
C:\Documents and Settings\miks\.cvspass. SKIPPED.
jvm 1 | 2005-10-27 14:21:52,492 [Thread-1] DEBUG ScmManager - Working
directory:
C:\WIN32APP\continuum-1.0\bin\win32\..\..\apps\continuum\working-directory\1
jvm 1 | 2005-10-27 14:21:52,492 [Thread-1] DEBUG ScmManager - Command
line: cvs -f -d :pserver:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>:2401/cvs/src -q checkout -r -d 1
BPM/source/com.exigen.bpm.util
jvm 1 | 2005-10-27 14:21:53,864 [Thread-1] WARN ContinuumScm - Error
while checking out the code for project:
'com.exigen.bpm:util:jar:1.0-SNAPSHOT', id: '1' to
'C:\WIN32APP\continuum-1.0\bin\win32\..\..\apps\continuum\working-directory\1'
with branch/tag .
jvm 1 | 2005-10-27 14:21:53,864 [Thread-1] WARN ContinuumScm - Command
output: cvs server: cannot find module `1' - ignored
jvm 1 |
jvm 1 | 2005-10-27 14:21:53,864 [Thread-1] WARN ContinuumScm - Provider
message: The cvs command failed.
jvm 1 | 2005-10-27 14:21:54,104 [Thread-1] WARN ConfigurationService -
Error reading build output for build '18'.
P.S. I've also submitted this issue to JIRA --
http://jira.codehaus.org/browse/CONTINUUM-373
Best Regards,
Miks Rozenbergs