Results 1 to 1 of 1

Thread: 12.04 new SVN install, 403 Forbidden

Threaded View

  1. #1
    Join Date
    Nov 2008
    Beans
    17

    12.04 new SVN install, 403 Forbidden

    Followed this tutorial
    http://rbgeek.wordpress.com/2012/05/...th-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:

    Code:
    <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
    Last edited by gellpak; February 6th, 2013 at 05:48 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •