jenkinsci / jenkinsci/subversion-plugin
[JENKINS-30549] Symlink checkouts are not being preserved
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
I have symlinks checked into svn. When a do a svn checkout from the command line, they are treated as symlinks. When I use jenkins to check them out, they are converted into text files, with the contents being the correct symlink pointers. I need them to be symlinks again.
---
Originally reported by aflat, imported from: Symlink checkouts are not being preserved
Raw content of original issue
I have symlinks checked into svn. When a do a svn checkout from the command line, they are treated as symlinks. When I use jenkins to check them out, they are converted into text files, with the contents being the correct symlink pointers. I need them to be symlinks again.
environment
```
Subversion plugin: 2.5.3
Jenkins version: 1.620
java 1.7.0
Master: centos 6.5
Slave centos 6.5
```
Contributor guide
Assessment
This issue has not been assessed yet.