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

Re: Subversion version on server

From: Ryan Schmidt <subversion-2010d_at_ryandesign.com>
Date: Tue, 14 Dec 2010 15:36:54 -0600

On Dec 14, 2010, at 09:32, Ludwig, Michael wrote:

>> on command prompt type svn --version and you will get the required info
>
> That's for the client.
>
> The OP asked how to get the version of the server from the clientside.
> (So without access to the serverside.)

Actually, he didn't specify. He asked: "How do I go about finding out what version of subversion (e.g. 1.6.#) is on the server." The answer is to go to the server and ask it. If you run "svn --version" on the server, it will tell you what version of the Subversion client is installed on the server. If you run "svnserve --version" on the server, it will tell you what version of svnserve is installed on the server.

If your reply is that you don't have access to the server to run these commands, then you'll have to talk to someone who does have access to the server and have them run those commands for you.

If you want to know what version of mod_dav_svn is installed on the server, that can actually be determined from the client, by accessing the repository's http or https URL in a web browser. (In fact, I'm not sure how to find out the version of mod_dav_svn from the server.)
Received on 2010-12-14 22:37:38 CET

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.