jenkinsci / jenkinsci/subversion-plugin
[JENKINS-3481] Incorrect WebSVN path generation
- 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
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
Assessment
This issue has not been assessed yet.