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

i am getting forbidden error 403 while accessing subversion repository

From: Khoiwal Tara <khoiwal_tara_at_yahoo.co.in>
Date: 2005-04-16 10:12:32 CEST

Hello,
I have configured the apache server for subversion as described in subversion book.First when I haven't specified user authentication it simply gives me access denied error.When I added user authentication and access permissions I got server internal error 500.
I have configured the file as follows:
<Location /svn/repos>
    DAV svn
    SVNParentPath /home/svnroot
    AuthzSVNAccessFile /etc/svn-access-file
   Satisfy Any
   Require valid-user
   AuthType Basic
   AuthName "Authorization Realm"
  AuthUserFilr /etc/svn-auth-file
</Location>
And tell me should i have to create root directory alse as the subversion directory?i.e by svnadmin create command?

                
---------------------------------
Do you Yahoo!?
 Plan great trips with Yahoo! Travel: Now over 17,000 guides!
Received on Sat Apr 16 12:15:35 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.