jenkinsci / jenkinsci/subversion-plugin

[JENKINS-1456] Links on job's changes page for svnwebclient missing crev parameter

Open
#444 1 comment 0 reactions 0 assignees View on GitHub
component:subversion-plugin imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
131
Forks
275
Avg merge
12h 4m
Merged PRs (30d)
6

Description

The job's changes page (that shows all of the files that changed in subversion

for the job that ran) is missing the crev parameter when you click on the link

for the file. As a result, you always get the head for the file rather than the

actual version that was part of the job.

So, if my project is called SDK and the build number is 25, the view I am

talking about is:

http://localhost:8080/hudson/job/SDK/25/changes

The link that is missing the crev parameter (which should be set to the revision

of the file) something like:

http://localhost:8080/svnwebclient/fileContent.jsp?location=&url=/trunk/JavaClass.java

It should be (to get revision 10 of the file):

http://localhost:8080/svnwebclient/fileContent.jsp?location=&url=/trunk/JavaClass.java&crev=10

---
Originally reported by allenservedio, imported from: Links on job's changes page for svnwebclient missing crev parameter


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

Raw content of original issue

The job's changes page (that shows all of the files that changed in subversion
for the job that ran) is missing the crev parameter when you click on the link
for the file. As a result, you always get the head for the file rather than the
actual version that was part of the job.

So, if my project is called SDK and the build number is 25, the view I am
talking about is:
http://localhost:8080/hudson/job/SDK/25/changes

The link that is missing the crev parameter (which should be set to the revision
of the file) something like:

http://localhost:8080/svnwebclient/fileContent.jsp?location=&url=/trunk/JavaClass.java

It should be (to get revision 10 of the file):

http://localhost:8080/svnwebclient/fileContent.jsp?location=&url=/trunk/JavaClass.java&crev=10

  • environment: Platform: All, OS: All

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.