젠킨스에 SVN 싱크가 안 맞아서 업데이트가 안될 때 해결책

WARNING: clock of the subversion server appears to be out of sync. This can result in inconsistent check out behavior.
13:37:01 No changes for https://xxx.xxx.xx.xxx:4433/svn/project1/trunk since the previous build

 

위와 같은 경고 메시지가 뜨면서 젠킨스(jenkins)에서 위와 같은 메시지가 뜨면서 SVN 업데이트 안된다면 아래 그림처럼

svn 주소 뒤에 @HEAD 라는 것은 붙이면 정상적으로 처리된다.

 

시간 동기화가 솔루션이지만, 가장 간단한 방법은 SVN URL 뒤에 위와 같이 @HEAD 를 붙이면 해결된다.

 

[출처]

http://blog.daum.net/dhyunkang/2989166

http://jenkins-ci.361315.n4.nabble.com/WARNING-clock-of-the-subversion-server-appears-to-be-out-of-sync-This-can-result-in-inconsistent-che-td3317864.html