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

Apache/2.1.0-dev (Unix) DAV/2 SVN/1.2.0 with mod_dav

From: Matthieu Pasini <mpasini_at_nexantis.net>
Date: 2005-06-01 05:05:30 CEST

Hello,

I'm trying to install that couple of software but encounters problems.
If I try to reach my repository via a web browser, I get.

<D:error>
<C:error/>
  -<m:human-readable errcode="22">
  Can't set position pointer in file
'/usr/local/test/apache/htdocs/svn/test/db/revs/0': Invalid argument
</m:human-readable>
</D:error>

in the logs of apache, I get :

Wed Jun 01 12:00:04 2005] [error] [client 10.0.1.196] Could not fetch
resource information. [500, #0], referer: http://intranet:4444/svn/
[Wed Jun 01 12:00:04 2005] [error] [client 10.0.1.196] Could not open the
root of the repository [500, #22], referer: http://intranet:4444/svn/
[Wed Jun 01 12:00:04 2005] [error] [client 10.0.1.196] Can't set position
pointer in file '/usr/local/test/apache/htdocs/svn/test/db/revs/0': Invalid
argument [500, #22], referer: http://intranet:4444/svn/

my configuration for the httpd.conf:
<Location /svn/test>
   DAV svn
   SVNPath /usr/local/test/apache/htdocs/svn/test
   SVNAutoversioning on
</Location>

My apache2.1.0 is listening on 4444 and as rights on the repository.
Is there a way to resolve that issue ?

Thank you.
Matthieu

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 1 18:22:25 2005

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.