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

Can't set position pointer in file '/u01/svn/repos/db/revs/1': Invalid argument

From: Johann Melvill <Johann.Melvill_at_tiwest.com.au>
Date: 2006-03-27 08:19:19 CEST

I am working on a Red Hat ES 3 server

I have installed (correctly ?) Subversion 1.3.0 using the INSTALL
document issued with the rpm.

I have installed Apache (HTTPD 2.2.0) with the changes to the httpd.conf
file

LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

and

<Location /svn/repos>
    DAV svn
    SVNPath /u01/svn/repos
</Location>

I have created a repository

svnadmin create /u01/svn/repos

I have imported a number of files

 svn import /tmp/scripts file:///u01/svn/repos/scripts -m "initial
import"

I can list the repository

 svn ls file:///u01/svn/repos
scripts

But when I do a

svn ls http://localhost/svn/repos I get
svn: PROPFIND request failed on '/svn/repos'
svn: Can't set position pointer in file '/u01/svn/repos/db/revs/1':
Invalid argument

What am I doing wrong? I am logged on as user svn . All the /u01svn
directories have 777 permisions and svn:svn ownership.

Also how do I access this repository from any other computer on the
network. This includes Red Hat, Microsoft Windows XP and SUN Solaris
servers / PC's

Regards

Johann Melvill

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Disclaimer

This e-mail is intended for the person it was addressed to. It may contain privileged and confidential information. If you are not the intended recipient, please inform the sender by return e-mail, delete the e-mail from any computer immediately and destroy any printed or electronic copies. Tiwest accepts no liability for any damage that may be as a result of this e-mail/attachments. Opinions expressed in this e-mail are not necessarily those of Tiwest.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Received on Mon Mar 27 08:20:22 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.