jenkinsci / jenkinsci/subversion-plugin
[JENKINS-52596] subversion checkout broken symbolic link as text file
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
Jenkins: 2.121.1
subversion plugin:2.11.0
The subversion plugin always checkouts broken symbolic links(whose target file is missing) as normal text files with the content of "link target-file-name", no matter which SVN version is selected(from 1.4 to 1.8). Meanwhile, it's OK to check out complete symbolic links(whose target file exists).
Manually checking out (out of jenkins) using host's SVN(version 1.9) is OK for all symbolic links.
Please be noted that this is not the bug of JENKINS-3904">JENKINS-3904 .I can still checkout out complete symbolic links.
---
Originally reported by scienve, imported from: subversion checkout broken symbolic link as text file
Raw content of original issue
Jenkins: 2.121.1
subversion plugin:2.11.0
The subversion plugin always checkouts broken symbolic links(whose target file is missing) as normal text files with the content of "link target-file-name", no matter which SVN version is selected(from 1.4 to 1.8). Meanwhile, it's OK to check out complete symbolic links(whose target file exists).
Manually checking out (out of jenkins) using host's SVN(version 1.9) is OK for all symbolic links.
Please be noted that this is not the bug of
JENKINS-3904.I can still checkout out complete symbolic links.
- environment:
Ubuntu 16.04 x86-64
Contributor guide
Assessment
This issue has not been assessed yet.