-
Bug
-
Resolution: Fixed
-
Critical
-
None
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.
- is related to
-
JENKINS-23146 StringIndexOutOfBoundsException on subversion checkout
- Resolved
-
JENKINS-12127 Maven incremental build doesn't work when changes are in svn:externals
- Open
-
JENKINS-22778 Changelog entries for SVN externals were broken in 2.0
- Resolved
-
JENKINS-18574 changelog use external path for affected path, not workspace related
- Resolved