Issue Type: Bug Bug
Assignee: Unassigned
Components: subversion
Created: 05/Dec/12 12:30 PM
Description:

While trying to get the maven incremental build to work, I noticed the subversion changesets reported always start at the root of the subversion server.

In fact, maven (And the contract) expect the changesets to be relative to the checkout url.

e.g.
http://subversion/path/to/trunk/
When changes are done in "modulename" inside trunk, the changeset reports:
/path/to/trunk/modulename/changedfile.java
While maven (And the contract) expect:
modulename/changedfile.java

This completely breaks the incremental case, and possibly some other (Yet undetected) cases.

Project: Jenkins
Priority: Critical Critical
Reporter: Mathias Teugels
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to