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

Re: Problem with subversion server running on Fedora

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-02-09 05:36:58 CET

On Sun, 2004-02-08 at 22:32, Toshio wrote:

> On Sun, 2004-02-08 at 16:49, smishra@speakeasy.net wrote:
> >>To recap, I entirely removed my previous subversion installation,
> >>then
> >>installed 0.37. I created a brand new repository, and tried
> >>connecting
>
> I had something similar happen to me the other day. It was because I
> forgot to restart apache. Even though the new mod_dav_svn is in the
> filesystem, the httpd thread you're accessing might still have the old
> one loaded into memory.

This would cause the *opposite* problem: you'd have a 0.33 mod_dav_svn
trying to read a 0.37 repository. It would expect schema '2' but find
schema '3' instead.

The error message expected '3' but found '2'. Somehow, this indicates
to me that mod_dav_svn is definitely version 0.37, but that somehow you
used a 0.33 'svnadmin' to create your repository.

I'm guessing you still have mixed libraries on your system from two
different versions, or perhaps mixed binaries lying aound.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 9 05:43:41 2004

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.