jenkinsci / jenkinsci/subversion-plugin

[JENKINS-8072] Let the Subversion plugin detect copies and renames

Open
#744 0 comments 0 reactions 0 assignees View on GitHub
component:subversion-plugin imported-jira-issue priority:minor resolution:unresolved
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


  • status: Open
  • priority: Minor
  • component(s): subversion-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 20251212-090250

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.