Maven SCM

Check if change set is populated correctly

Details

  • Complexity:
    Intermediate
  • Number of attachments :
    0

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

Activity

Hide
Emmanuel Venisse added a comment -

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.

Show
Emmanuel Venisse added a comment - 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.
Hide
Emmanuel Venisse added a comment -

Done. The pb was only with svn provider.

Show
Emmanuel Venisse added a comment - Done. The pb was only with svn provider.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: