Issue Details (XML | Word | Printable)

Key: CONTINUUM-373
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Emmanuel Venisse
Reporter: Miks Rozenbergs
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Continuum

Checkout from CVS does not work (Windows XP client + pserver + CVSNT 2.5.02 Build 2064)

Created: 27/Oct/05 06:30 AM   Updated: 13/Mar/06 04:05 AM   Resolved: 28/Oct/05 08:40 AM
Component/s: None
Affects Version/s: 1.0
Fix Version/s: 1.0.1

Time Tracking:
Not Specified

Environment: Windows XP clien, Linux server, pserver authentification, CVSNT client 2.5.02 Build 2064

Complexity: Intermediate


 Description  « Hide

Continuum can't checkout sources from CVS using following SCM URL scm:cvs:pserver:miks@cvs-rix.exigengroup.lv:/cvs/src:BPM/source/com.exigen.bpm.util. It results in following errors. As you can see the error happens while invoking following command "cvs -f -d :pserver:miks@cvs-rix.exigengroup.lv: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:miks@cvs-rix.exigengroup.lv: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:miks@cvs-rix.exigengroup.lv: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:miks@cvs-rix.exigengroup.lv: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:miks@cvs-rix.exigengroup.lv: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'.



Emmanuel Venisse added a comment - 28/Oct/05 08:40 AM

Fixed.

For the 1.0, a workaround is to define the tag of your project in the edit project view to ''HEAD"