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

Re: query server version

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Wed, 2 Jul 2008 13:06:39 -0500

On Jul 2, 2008, at 12:46, Andrew Sasak wrote:

> Is there a way to query the server version using the svn command?

I don't think so.

If you're serving the repository using Apache, you can view the
repository in a web browser to see the version, e.g.:

http://svn.collab.net/repos/svn/

"Powered by Subversion version 1.5.0 (r31699)."

You could use curl or wget and sed or awk if you want a way to get
that information from the command line.

If you have ssh access to the Subversion server, you could get the
information with something like

ssh servername "svn --version"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-02 20:07:16 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.