Hi,
today, after noticing I broke the build, I committed a change
to fix it and then started a buil on gridlock.
The revision on my machine was 8461.
Now, look at the output of the Maven build I started on Hudson:
--------------------------------------------------------------------
Updating https://svn.codehaus.org/geoserver/trunk/geoserver
Fetching 'http://svn.codehaus.org/geoserver/trunk/configuration/minimal’ at -1 into '/home/tomcat/.hudson/jobs/geoserver-trunk/workspace/geoserver/community/community-schemas/web-c/minimal'
At revision 8461
Fetching 'http://svn.openlayers.org/tags/openlayers/release-2.4-rc1/img’ at -1 into '/home/tomcat/.hudson/jobs/geoserver-trunk/workspace/geoserver/community/community-schemas/web-c/src/main/webapp/openlayers/img'
At revision 6379
Fetching 'http://svn.openlayers.org/tags/openlayers/release-2.4-rc1/lib’ at -1 into '/home/tomcat/.hudson/jobs/geoserver-trunk/workspace/geoserver/community/community-schemas/web-c/src/main/webapp/openlayers/lib'
At revision 6379
Fetching 'http://svn.codehaus.org/geoserver/trunk/configuration/minimal’ at -1 into '/home/tomcat/.hudson/jobs/geoserver-trunk/workspace/geoserver/web/minimal'
At revision 8461
At revision 8460
WARNING: clock of the subversion server appears to be out of sync. This can result in inconsistent check out behavior.
no change for https://svn.codehaus.org/geoserver/trunk/geoserver since the previous build
no change for http://svn.codehaus.org/geoserver/trunk/configuration/minimal since the previous build
no change for http://svn.openlayers.org/tags/openlayers/release-2.4-rc1/img since the previous build
no change for http://svn.openlayers.org/tags/openlayers/release-2.4-rc1/lib since the previous build
no change for http://svn.codehaus.org/geoserver/trunk/configuration/minimal since the previous build
--------------------------------------------------------------------
Do you see that? The update did run, but ended up on 8460 after
the update, and see this warning:
WARNING: clock of the subversion server appears to be out of sync. This can result in inconsistent check out behavior.
Hmm.... can it be that the clock on gridlock is misbehaving or just
set to the wrong time?
Cheers
Andrea