PDA

View Full Version : [ubuntu] 12.04 new SVN install, 403 Forbidden



gellpak
February 6th, 2013, 05:45 PM
Followed this tutorial
http://rbgeek.wordpress.com/2012/05/01/svn-server-on-ubuntu-12-04-lts-with-web-access/

and everything seems to be in order, except when I hit the url I chose on my server http://server.com/svn i get a 403 Forbidden error.

I'm sure the reason is because I chose to store the files separately from the chosen url. Here's my dav_svn.conf:



<Location /svn>
DAV svn
SVNParentPath /media/orthrus/Subversion
AuthType Basic
AuthName "Peacocktopus Subversion Server"
AuthUserFile /etc/apache2/dav_svn.passwd
Require valid-user
</Location>


I chmodded /media/orthrus/Subversion 755 and chowned it to www-data:www-data