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