Issue Details (XML | Word | Printable)

Key: CONTINUUM-370
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Emmanuel Venisse
Reporter: Ryan Sonnek
Votes: 0
Watchers: 0
Operations

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

cvs tag ignored

Created: 26/Oct/05 01:28 PM   Updated: 13/Mar/06 04:05 AM   Resolved: 27/Oct/05 09:11 AM
Component/s: Core system
Affects Version/s: 1.0
Fix Version/s: 1.0.1

Time Tracking:
Not Specified

Environment: maven-2.0.0, contiuum-1.0

Complexity: Intermediate


 Description  « Hide

Continuum ignores the CVS tag attribute set on a maven2 project. You can configure the branch/version for the build using the "edit project" page, but it should respect the tag in the pom.xml

example pom.xml:
<scm>
<connection>scm:cvs:pserver:rsonnek@blah.com:/cvs:project/</connection>
<developerConnection>scm:cvs:pserver:rsonnek@blah.com:/cvs:project/</developerConnection>
<tag>VERSION_1_0</tag>
</scm>

Continuum output:
2005-10-26 13:13:15,015 [Thread-1] DEBUG ScmManager - Command line: cvs -f -d :pserver:rsonnek@blah.com:2401/cvs -q checkout -d 2 project

I could be misunderstanding the purpose of the scm tag. Any clarification on this would be appreciated.



Emmanuel Venisse added a comment - 27/Oct/05 09:11 AM

Fixed.