Details
-
Type:
Test
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-beta-3
-
Component/s: maven-scm-provider-cvs
-
Labels:None
-
Number of attachments :
Description
Vincent reported test failures on CVS NT... test it and fix if required.
Issue Links
- relates to
-
SCM-121
Intermittent CVS test failures
-
All tests are ok with cvsnt except CvsCheckoutCommandTest
it run the following command :
cvs -z3 -f -d D:\apache\maven\trunks\scm\maven-scm-providers\maven-scm-provider-cvs\src\test\repository -q checkout -r 1.107.4 -d testCheckOutWithTag test-repo/checkout
CVSNT doesn't allow numeric tag name (1.107.4) : cvs [checkout aborted]: Numeric directory tags are not allowed.
Need to check if user use CVSNT and verify tag format.