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

Re: SVN Version Mismatch

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-05-11 22:23:29 CEST

On May 11, 2007, at 08:55, Parmeley, Michael J. wrote:

>> On May 10, 2007, at 09:02, Parmeley, Michael J. wrote:
>>
>>> I compiled Subversion 1.4.3 on a Redhat Linux box and the command
>>> line
>>> commands indeed report a version of 1.4.3. However, when I view the
>>> repository via my web browser (with Subversion's "for free" web
>>> view)
>>> it reports version 1.3.2. Any reason for this discrepancy? I am
>>> running
>>> Apache 2.0.59 and I compiled that from source as well.
>>>
>>> Powered by Subversion version 1.3.2 (r19776).
>>>
>>> $ which svn
>>> /usr/local/bin/svn
>>>
>>> $ /usr/local/bin/svn --version
>>> svn, version 1.4.3 (r23084)
>>> compiled Mar 6 2007, 16:40:19
>>
>> Yes: you still have parts of Subversion 1.3.2 lying around, in
>> particular you have the Subversion 1.3.2 version of mod_dav_svn.
>> Replace it with the 1.4.3 version.
>
> How could this be? Shouldn't any older version of mod_dav_svn been
> overwritten by the new version I compiled? Mod_dav_svn only exists in
> two places on this box, /usr/lib/httpd/modules (Red Hat's crappy
> location of apache) and now /usr/local/apache2/modules after I
> compiled
> apache from source. Both modules have the same size so that leads
> me to
> believe they are the same version. I have only ever installed
> Subversion
> 1.4.3 on this box, I have never had a previous version of
> Subversion on
> this box so I am curious how 1.3.2 mod_dav_svn is on this box.

You did tell it where your apxs script is when you configured
Subversion? That's how it would know where to put the new module.

You did stop and then start Apache again after compiling and
installing the new Subversion? If you don't, the old module will
still be in memory.

At least part of Subversion 1.3.2 clearly is (or, at least, was) on
the box. Maybe it came with your OS distribution.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 11 22:23:54 2007

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.