Hudson 访问SVN报错


错误:
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

猜你喜欢

转载自roc08.iteye.com/blog/2197005