Details
-
Bug
-
Status: Reopened (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
Platform: All, OS: All
Description
Hi,
I moved my jboss (has hudson deployed) to some other linux server. and also
.hudson folder to this linux machine.
when I start the hudson on new server and do a build, my build is not getting
latest svn changes
instead am getting the following message in the console output
WARNING: clock of the subversion server appears to be out of sync. This can
result in inconsistent check out behavior.
WARNING: clock of the subversion server appears to be out of sync. This can
result in inconsistent check out behavior.
any 1 can help to get back my build on track ?
The same problem here. Once a commit is made during the time when SVN server is out of sync (let's say one month ahead the current time), there is no way for you to have the job check out the latest rev again(it's always stuck at some rev ahead of that "guilty" commit). Although I've tried to clean up the working copy & check out again. The only workaround is added @HEAD to the repo URL. This is really frustrating