欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Hudson 访问SVN报错 svnhudson 

程序员文章站 2022-05-14 10:32:41
...

错误:
ERROR: Failed to check out http://server-code/XXXXXXXXX
org.tmatesoft.svn.core.SVNException: svn: E195012: Unable to find repository location for 'http://server-code/XXXXXXXXX@UNDEFINED' in revision '40,361'

原因:
hudson服务器时间与svn服务器时间不一致,hudson服务器时间还是一年前的时间,更新hudson服务器时间后,报错消失

参考:
http://www.tuicool.com/articles/B326v27
https://issues.jenkins-ci.org/browse/JENKINS-3342
相关标签: svn hudson