[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Determine the date / time of remote SVN server from the command line?

From: Olivier Mengué <olivier.mengue_at_gmail.com>
Date: Tue, 19 Oct 2010 11:14:03 +0200

2010/10/19 Michael March <mmarch_at_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
Received on 2010-10-19 11:15:01 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.