Failed to Check out SVN after Upgrading SVN Server
症状
- Bamboo version 3.4.x, SVN server version 1.7.x.
After upgrading SVN Server to 1.7.x, build fails with error when checking out:
Caused by: org.tmatesoft.svn.core.SVNException: svn: URL 'svn://mysvnhost/projecta/trunk' non-existent in revision '10,482'
原因
SVN 1.7.x is not supported in Bamboo 3.4.x as per its Supported Platforms.
ソリューション
Upgrade to Bamboo 4.x which supports SVN 1.7.x or downgrade SVN to 1.6.x.
Alternatively, upgrade the SVNKit library manually from 1.3.6 to 1.3.7 by following these steps:
- Shutdown Bamboo;
- Replace
svnkit-1.3.6.jar
in../WEB-INF/lib/
with svnkit-1.3.7.jar; - Bamboo を再起動します。
最終更新日 2018 年 11 月 2 日
Powered by Confluence and Scroll Viewport.