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

Re: Snow Leopard 10.6.7 showing wrong version on http://myserver/svn page

From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Sat, 25 Jun 2011 15:31:44 -0500

On Jun 25, 2011, at 14:38, davmar wrote:

> I've upgraded from 10.6's native version of 1.6.15 to 1.6.17 using .dmg as
> well as using MacPorts.
> I've followed the installers directions to update the envvars file on my
> remote server, as well .profile on the client side and vice, versa If I run
> snvserv --version on the server I get the correct version and if I run svn
> --version on the client side, I get the right version.
>
> However, when I navigate through a browser to http://myserver/svn ... the
> page shows 1.6.15 instead of 1.6.17. Does anybody know why and how to fix
> this? Am I really running 1.6.17 or is there something I am missing?

According to what you've told us, you're running the Subversion command line client 1.6.17, the Subversion svnserve server 1.6.17, and the Subversion mod_dav_svn Apache module 1.6.15.

If you installed a new mod_dav_svn, you need to restart Apache for it to load that new version.

If you've already restarted Apache and it still says 1.6.15, then you have not installed a new mod_dav_svn in a place where your Apache is looking for it.

I don't know how the Subversion dmg installers work. I do know how Subversion works in MacPorts. It only installs mod_dav_svn if you ask for it (sudo port install subversion +mod_dav_svn), and it only works with the MacPorts apache2 server. It does not work with the Apache server built into Mac OS X.
Received on 2011-06-25 22:32:24 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.