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

Re: svn with apache: [error] Could not fetch resource information

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-03-24 19:40:32 CET

On 3/23/06, Oz Basarir <basarir@naturalcapital.org> wrote:
> I am trying to setup subversion with apache. I can now navigate to
> http://www.host.com/svn/repos/scs but get a page like this:
>
> <D:error>
> <C:error/>
> <m:human-readable errcode="22">
> Can't set position pointer in file '/svn/repos/scs/db/revs/0':
> Invalid argument
> </m:human-readable>
> </D:error
>
>
> And in response to this url request, I get the following errors in
> apache's error_log:
>
> [error] Could not fetch resource information. [500, #0]
> [error] Could not open the root of the repository [500, #22]
> [error] Can't set position pointer in file '/svn/repos/scs/db/revs/0':
> Invalid argument [500, #22]

That sort of problem often occurs when Subversion and Apache are
linked against different versions of APR (one uses APR 0.9.x and one
uses APR 1.x), you need to make sure they're both using the same
version.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 24 19:42:02 2006

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.