|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-14116) Updating to specific... [email protected] (JIRA)
- [JIRA] (JENKINS-14116) Updating to spe... [email protected] (JIRA)
- [JIRA] (JENKINS-14116) Updating to spe... [email protected] (JIRA)
- [JIRA] (JENKINS-14116) Updating to spe... [email protected] (JIRA)
- [JIRA] (JENKINS-14116) Updating to spe... [email protected] (JIRA)

Code changed in jenkins
User: gmjck
Path:
src/main/java/hudson/scm/SubversionChangeLogBuilder.java
http://jenkins-ci.org/commit/subversion-plugin/9a460b806c2f3f3e33ee0b0204b82941c7213f74
Log:
[FIXED JENKINS-14116] Update to older revision
Added check to generation of change set between previous workspace
(prevRev) and current workspace (thisRev) to correctly handle case when
prevRev > thisRev. Change set covers commits [prevRev+1, thisRev], which
is backwards when updating to an older revision, resulting in an
incorrect summary and, if prevRev=HEAD, throwing exceptions and failing
the build since HEAD+1 does not exist. Solution: if prevRev > thisRev,
swap values before generating change set.