I am hosting SVN on apache - ubuntu server. I thought all I needed to do to add access was edit the /etc/svn/access file with users or SVN.
But whenever I try to access the SVN after restarting apache, I still get the forbidden message.
Any help is appreciated.
This is part of my /etc/svn/access
[repo:/]
user1 = rw
user2 =rw
also, this in my apache configs
# Our access control policy
AuthzSVNAccessFile /etc/svn/access
Require valid-user