Forums » Development »
Can't access SVN repository Apache.
Added by Andrey Avramovitch over 12 years ago
Hi guys,
I'm iPhone developer but I've to setup redmine for my company.
I'm working on it from about 3 days and can't fix one problem.
I want authentication via apache2 + redmine + svn + https + postgres on Ubuntu 11.10.
I've created few repositories manually and added files there.
I followed:
http://www.redmine.org/projects/redmine/wiki/Repositories_access_control_with_apache_mod_dav_svn_and_mod_perl
Looks like I'm able to login to svn(when i try to checkout project) with redmine db user/password (because it's giving me other info when I fill wrong password or user), but I can't access repositories.
I'm getting:
You don't have permission to access /svn/bada-sprint on this server.
Tried about 100 solutions but nothings helps: permissions to www-data for svn folder, etc.
Attached my /etc/apache2/sites-enabled/myown-ssl file.
Can send any details about configuration if needed.
Please help if you can, I'm desperate.
Replies (1)
RE: Can't access SVN repository Apache. - Added by Andrey Avramovitch over 12 years ago
OK it's fixed finally
I had to edit:
/etc/apache2/mods-enabled/dav_svn.conf
and add there all the things that I've added to myown-ssl
Cool!