jenkinsci / jenkinsci/subversion-plugin
[JENKINS-8072] Let the Subversion plugin detect copies and renames
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
The changelog.xml generated by the subversion plugin yields entries like this for renames or copies:
/trunk/new.txt
However the copyfrom-path and copyfrom-rev properties are ignored by the subversion log parser. If these were read by Hudson then the SubversionRepositoryBrowser could render these "new" files as renames and provide links to the appropriate diffs.
---
Originally reported by noredshadow, imported from: Let the Subversion plugin detect copies and renames
Raw content of original issue
The changelog.xml generated by the subversion plugin yields entries like this for renames or copies:
<path action="A" copyfrom-path="/trunk/old.txt" copyfrom-rev="2847">/trunk/new.txt</path>However the copyfrom-path and copyfrom-rev properties are ignored by the subversion log parser. If these were read by Hudson then the SubversionRepositoryBrowser could render these "new" files as renames and provide links to the appropriate diffs.
Contributor guide
Assessment
This issue has not been assessed yet.