jenkinsci / jenkinsci/subversion-plugin
[JENKINS-15023] Jenkins 1.478 fails on SVN update
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
Seems like when using SVN checkout strategy "Emulate clean checkout by first deleting unversioned/ignored files then svn update" deleting of files on a long path fails. E.g.:
org.tmatesoft.svn.core.SVNException: svn: Unable to delete D:\ws\product_xxxxx_yyy_ALL\building\Maven\com.xxxxxx.xxxproduct\target\products\com.xxxxxx.xxx_xxx_xxx.product\win32\win32\x86\features\com.xxxxxx.xxx.xxxx.advanced.feature_1.1.4.201208300230\META-INF\maven\com.xxxxxx.xxxx_plugins\com.xxxxxx.xxx.xxxx.advanced.feature - files in dir: [D:\ws\product_xxxxx_yyy_ALL\building\Maven\com.xxxxxx.xxxproduct\target\products\com.xxxxxx.xxx_xxx_xxx.product\win32\win32\x86\features\com.xxxxxx.xxx.xxxx.advanced.feature_1.1.4.201208300230\META-INF\maven\com.xxxxxx.xxxx_plugins\com.xxxxxx.xxx.xxxx.advanced.feature\pom.properties, D:\ws\product_xxxxx_yyy_ALL\building\Maven\com.xxxxxx.xxxproduct\target\products\com.xxxxxx.xxx_xxx_xxx.product\win32\win32\x86\features\com.xxxxxx.xxx.xxxx.advanced.feature_1.1.4.201208300230\META-INF\maven\com.xxxxxx.xxxx_plugins\com.xxxxxx.xxx.xxxx.advanced.feature\pom.xml]
Deleting of the same file is successful when using Jenkins 1.474 version.
---
Originally reported by katalin_boros, imported from: Jenkins 1.478 fails on SVN update
Raw content of original issue
Seems like when using SVN checkout strategy "Emulate clean checkout by first deleting unversioned/ignored files then svn update" deleting of files on a long path fails. E.g.:
org.tmatesoft.svn.core.SVNException: svn: Unable to delete D:\ws\product_xxxxx_yyy_ALL\building\Maven\com.xxxxxx.xxxproduct\target\products\com.xxxxxx.xxx_xxx_xxx.product\win32\win32\x86\features\com.xxxxxx.xxx.xxxx.advanced.feature_1.1.4.201208300230\META-INF\maven\com.xxxxxx.xxxx_plugins\com.xxxxxx.xxx.xxxx.advanced.feature - files in dir: [D:\ws\product_xxxxx_yyy_ALL\building\Maven\com.xxxxxx.xxxproduct\target\products\com.xxxxxx.xxx_xxx_xxx.product\win32\win32\x86\features\com.xxxxxx.xxx.xxxx.advanced.feature_1.1.4.201208300230\META-INF\maven\com.xxxxxx.xxxx_plugins\com.xxxxxx.xxx.xxxx.advanced.feature\pom.properties, D:\ws\product_xxxxx_yyy_ALL\building\Maven\com.xxxxxx.xxxproduct\target\products\com.xxxxxx.xxx_xxx_xxx.product\win32\win32\x86\features\com.xxxxxx.xxx.xxxx.advanced.feature_1.1.4.201208300230\META-INF\maven\com.xxxxxx.xxxx_plugins\com.xxxxxx.xxx.xxxx.advanced.feature\pom.xml]
Deleting of the same file is successful when using Jenkins 1.474 version.
- environment:
Microsoft Windows Server 2003
Contributor guide
Assessment
This issue has not been assessed yet.