2010/10/19 Olivier Mengué <olivier.men...@gmail.com>: > > > 2010/10/19 Michael March <mma...@gmail.com> >> >> Hey, >> Does anyone out there know if there is a way to determine the date / >> time of remote SVN server from the command line? > > As a SVN server is an HTTP Server you can use any HTTP tool to check the > "Date" header. > For example, with curl : > > $ curl -I http://svn-graph-branches.googlecode.com/svn/trunk/ | grep ^Date: > Date: Tue, 19 Oct 2010 09:11:33 GMT > >
Only works if you are serving the repo over http / https if serving over svn+ssh or svn then you might not have the same luck