Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
1.2.3
-
None
-
None
-
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
Description
Unable to checkout the code from CVS
==================================================
2009-12-01 12:59:52,054 [pool-1-thread-1] INFO action#checkout-project - Checking out project: 'so-core-7.0.1-SNAPSHOT', id: '28' to 'C:\apache-continuum-1.2.3-bin\data\working-directory\28'.
2009-12-01 12:59:52,054 [pool-1-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Executing: cmd.exe /X /C "cvs -z3 -f -d :pserver:DChavan@192.168.0.164:/cvs/dev -q checkout -d 28 soprojects/smartoffice/so-core"
2009-12-01 12:59:52,054 [pool-1-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Working directory: C:\apache-continuum-1.2.3-bin\data\working-directory
2009-12-01 12:59:52,804 [pool-1-thread-1] WARN action#checkout-project - Error while checking out the code for project: 'so-core-7.0.1-SNAPSHOT', id: '28' to 'C:\apache-continuum-1.2.3-bin\data\working-directory\28'.
2009-12-01 12:59:52,804 [pool-1-thread-1] WARN action#checkout-project - Command output:
2009-12-01 12:59:52,804 [pool-1-thread-1] WARN action#checkout-project - Provider message: The cvs command failed.
2009-12-01 12:59:52,835 [pool-1-thread-1] INFO buildController - Merging SCM results
2009-12-01 12:59:52,960 [pool-1-thread-1] INFO buildController - Error updating from SCM, not building
============================================================================================
SCM tag in pom.xml –
<scm>
<developerConnection>scm:cvs:pserver:DChavan:@${cvs.server}:/cvs/dev:soprojects/smartoffice/so-core</developerConnection>
<connection>scm:cvs:pserver:DChavan:c36l6n9g@${cvs.server}:/cvs/dev:soprojects/smartoffice/so-core</connection>
<url>http://${cvs.server}/cgi-bin/cvsweb.cgi/soprojects/smartoffice/so-core/?cvsroot=Dev</url>
</scm>