views:

295

answers:

3

I've followed every step posted in here:

http://stackoverflow.com/questions/60736/how-to-setup-a-subversion-svn-server-on-gnu-linux-ubuntu

I'm using Ubuntu 8.10

After firing up the browser, I get

Forbidden

You don't 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 at localhost Port 443

A: 

That guide was following one from '07 so I'm not too surprised not everything went as planned.

Take a look at the official docs on getting it set up.

Oli
A: 

You should also consider to look at the red book, which is the official subversion documentation. I found it extremely helpful in the past.

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

Patrick Cornelissen
A: 

try looking at the permisions for that folder. I wasnt able to get them right, and the only thing that worked for me is was chmod 777 all the folders.

solomongaby