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

how to config access file

From: ³¾² <jing.lu_at_longshine.com>
Date: 2006-03-15 09:13:37 CET

hi,

I use svnadmin created a repository on directory /home/svnadm named as "repos"(/home/svnadm) with user svnadm.and config httpd.conf as follow:
<Location /svn>
          DAV svn
          SVNParentPath /home/svnadm
          AuthzSVNAccessFile /home/svnadm/etc/svn-access-file
          Require valid-user
          AuthType Basic
          AuthName "asc first repository"
          AuthUserFile /home/svnadm/etc/passwdfile
</Location>

my svn-access-file contents as follow:
[groups]
ascers = luke,gaolei
[repos:/]
* = rw

but when I use TortoiseSVN to access the server with user luke, password is ok, but it told me:
Error: PROPFIND request failed on '/svn/repos'
Error: Can't set position pointer in file '/home/svnadm/repos/db/revs/0': Invalid argument

who can tell me why?! need your help!

Luke

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 15 15:54:38 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.