You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Helge Jung <he...@eco-logic-software.de> on 2003/08/18 10:44:02 UTC

Retrieving version number

Might be a silly question but how do I get the version number of my
Subversion Server?

The reason is I compiled it myself and want to check if everything went
fine. But still in 0.27.0 I can't find "svnadmin -v" or something like
that. I already looked through the FAQ and the Book but couldn't find a
hint. Am I missing something or isn't that feature really not
implemented?

Best regards,
  Helge.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Retrieving version number

Posted by Helge Jung <he...@eco-logic-software.de>.
> -----Original Message-----
> From: Sander Striker [mailto:striker@apache.org]
> Sent: Monday, August 18, 2003 12:46 PM
>
> > Might be a silly question but how do I get the version number of my
> > Subversion Server?
> >
> > (...)
>
> tools/client-side/server-vsn.py

Hmm, works fine =) ... but I had to disable authorization for the
repository and had to re-enable full ServerTokens in Apache's
configuration just for this purpose :-/

I'm surely not the first missing this possibility - isn't it possible to
insert the version number at compile-time? I'd like to do a "svn
version" or "svnadmin version" and retrieve the version number. That
could be quite useful for server administration programs or self-written
scripts so that they know which version the local server has they're
connecting to or which version of the command-line-client they've to
use.

Thanks anyway,
  Helge.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: Retrieving version number

Posted by Sander Striker <st...@apache.org>.
> From: Helge Jung [mailto:helge@eco-logic-software.de]
> Sent: Monday, August 18, 2003 12:44 PM

> Might be a silly question but how do I get the version number of my
> Subversion Server?
> 
> The reason is I compiled it myself and want to check if everything went
> fine. But still in 0.27.0 I can't find "svnadmin -v" or something like
> that. I already looked through the FAQ and the Book but couldn't find a
> hint. Am I missing something or isn't that feature really not
> implemented?

tools/client-side/server-vsn.py

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org