Thank you all for the education. --- On Wed, 12/15/10, Norbert Unterberg <nunterb...@gmail.com> wrote:
From: Norbert Unterberg <nunterb...@gmail.com> Subject: Re: Subversion version on server To: "K F" <cmkfo...@yahoo.com> Cc: users@subversion.apache.org Date: Wednesday, December 15, 2010, 12:20 PM 2010/12/14 K F <cmkfo...@yahoo.com> > > This is just a simple question that I can't find the answer to. How do I go > about finding out what version of subversion (e.g. 1.6.#) is on the server. > The svn help doesn't give that type of information and there is no 'about' > that usually has that info. > Just open the repository URL in any web browser. In the last line, the server displays the version numbers like this: Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8k DAV/2 mod_wsgi/3.1 Python/2.6.4 SVN/1.6.12 Server at svn.apache.org Port 443 SVN/1.6.12 means it uses subversion version 1.6.12 Norbert