You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by 鲁静 <ji...@longshine.com> on 2006/03/15 08:13:37 UTC

how to config access file

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