SVN and WebDAV setup problem on Ubuntu

I followed every step posted here:

How to set up a Subversion (SVN) server on GNU / Linux - Ubuntu

I am using Ubuntu 8.10

After launching the browser, I get

Forbidden

You do not have permission to access / svn on this server. Apache / 2.2.9 (Ubuntu) DAV / 2 SVN / 1.5.1 mod_ssl / 2.2.9 OpenSSL / 0.9.8g Server on localhost Port 443

+1


a source to share


3 answers


This guide followed one from '07, so I'm not too surprised that things didn't go as planned.



Check out the white papers on setup.

0


a source


You should also consider taking a look at the Red Book, which is the official documentation of subversion. I've found it extremely useful in the past.



http://svnbook.red-bean.com/

0


a source


Try to view the permissions for this folder. I haven't been able to fix them correctly and the only thing that worked for me was chmod 777 all folders.

0


a source







All Articles