jenkinsci / jenkinsci/subversion-plugin
[JENKINS-4167] Fisheye viewer is ignorant of svn:externals property
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
Frequently I have builds which are triggered by changes in one or more projects
referenced by way of an svn:externals property. In this case, however, the
Fisheye URL for project MYPROJECT with svn:externals containing the MYEXTERNAL
project is always of the form
http://fisheye.example.com/source/changelog/MYPROJECT/?cs=123
instead of
http://fisheye.example.com/source/changelog/MYEXTERNAL/?cs=123
where the revision is 123.
The construction of the URL should check to see whether affected paths actually
reside in MYPROJECT or MYEXTERNAL.
P.S. It looks like a new component should be added for the Fisheye viewer. I
specified the "subversion" component instead.
---
Originally reported by f_copperfield, imported from: Fisheye viewer is ignorant of svn:externals property
Raw content of original issue
Frequently I have builds which are triggered by changes in one or more projects
referenced by way of an svn:externals property. In this case, however, the
Fisheye URL for project MYPROJECT with svn:externals containing the MYEXTERNAL
project is always of the formhttp://fisheye.example.com/source/changelog/MYPROJECT/?cs=123
instead of
http://fisheye.example.com/source/changelog/MYEXTERNAL/?cs=123
where the revision is 123.
The construction of the URL should check to see whether affected paths actually
reside in MYPROJECT or MYEXTERNAL.P.S. It looks like a new component should be added for the Fisheye viewer. I
specified the "subversion" component instead.
- environment:
Platform: All, OS: All
Contributor guide
Assessment
This issue has not been assessed yet.