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

Re: Bug: Can't set position pointer in file

From: Justin Johnson <justinj_at_justinj.org>
Date: 2006-06-12 23:24:45 CEST

> On Tue, Jan 17, 2006 at 10:58:13PM +0000, Jamie Cash wrote:
> > [Mon Jan 16 17:11:46 2006] [error] [client 81.130.207.88] Can't set
> > position pointer in file '/srv/svn/db/revs/3': Invalid argument [500, #22]
> >
>
> Subversion can't seek to the right position in the revision file. Is the
file '/srv/svn/db/revs/3' particularly large? (perhaps greater than 2Gb?)
>
>Regards,
>Malcolm

Sorry about the goofy reply here. I didn't receive this email so I
couldn't actually reply to it. The original email was sent January
17, 2006.

I have the same problem described above. In my case the rev is 1, and
the file /svn/repos/test/db/revs/1 is very small. It fails whether I
use a local file:// path or an http:// path. I just finished building
Subversion on AIX 5.3 using the attached shell script. My
configuration options are there if that would be helpful. My
httpd.conf file has the following Location directive.

<Location /svn>
    DAV svn
    SVNParentPath /svn/repos
    SVNListParentPath on
</Location>

Anyone have any idea what is happening here?

Thanks,
Justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Jun 12 23:25:16 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.