jenkinsci / jenkinsci/subversion-plugin

[JENKINS-3481] Incorrect WebSVN path generation

Open
#548 12 comments 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

Having WebSVN 2.2 set up, I have encountered a problem where the URL generated

using "http://server/websvn/filedetails.php/?repname=MyRepo&path=

" as baseURL in the configuration for file "/trunk/src/Foo.java" resulted in

"http://server/websvn/filedetails.php/trunk/src/Foo.java?repname=MyRepo&path="

but expected

"http://server/websvn/filedetails.php?repname=MyRepo&path=/trunk/src/Foo.java"

The file path should appear at the end of the baseURL.

---
Originally reported by jtong, imported from: Incorrect WebSVN path generation


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

Raw content of original issue

Having WebSVN 2.2 set up, I have encountered a problem where the URL generated
using "http://server/websvn/filedetails.php/?repname=MyRepo&path=
" as baseURL in the configuration for file "/trunk/src/Foo.java" resulted in

"http://server/websvn/filedetails.php/trunk/src/Foo.java?repname=MyRepo&path="
but expected
"http://server/websvn/filedetails.php?repname=MyRepo&path=/trunk/src/Foo.java"

The file path should appear at the end of the baseURL.

  • environment: Platform: All, OS: All

2 attachments

- [WebSVN2.jar](https://raw.githubusercontent.com/jenkinsci/attachments-from-jira-issues-misc/refs/heads/main/attachments/33117/WebSVN2.jar)
- [WebSVN2.zip](https://raw.githubusercontent.com/jenkinsci/attachments-from-jira-issues-misc/refs/heads/main/attachments/33119/WebSVN2.zip)

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.