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