Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-2
-
Fix Version/s: 1.0-beta-3
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
It seems that isn't do correctly for all providers (except for cvs).
In Continuum we need these informations for build result page.
Issue Links
- is depended upon by
-
CONTINUUM-534
Release Continunum 1.0.3
-
change set isn't populated correctly (at least for svn provider).
For svn provider, file path is relative to working directory for update command and it's absolute path in repository for changelog command. So for the file pom.xml in /maven/scm/maven-scm-api/pom.xml, if command are run in maven-scm-api working-directory, file path is pom.xml for update command and /maven/scm/maven-scm-api.xml for changelog command. These two path are different string and the file isn't added in change set.