[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-01-18 20:12:30 CET

Jamie Cash <jlcash@btinternet.com> writes:

> [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]

That's an svn_io_file_seek error.

> The svn request that causes the error is svn co
> http://www.ecommerce-consultancy.co.uk/svn/trunk/eccgroup. This check out
> works correctly when using svn co file:///srv/svn/trunk/eccgroup though.

One possibility is that you have an apr_off_t incompatibility between
httpd and Subversion. Run ldd on the httpd binary, the svn binary and
the mod_dav_svn.so module, does more than one version of the apr
library show up?

> I am running on a SuSE 9.3 server and built subversion with the following
> configure options:
> /configure --with-apxs=/usr/share/apache2/bin/apxs
> --with-apr=/usr/share/apache2/bin/apr-1-config
> --with-apr-util=/usr/share/apache2/bin/apu-1-config

Do you have any other apr libraries on the system?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 18 22:56: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.