I have a subversion at this folder : http://202.45.139.85/svn/UAP_4.0/4.0.1
Now I'm creating a new folder for 4.0.2.
I already add in my username at file authz in folder /var/www/svn/uap/repo/conf
[aliases]
anirzam
[groups]
test = anirzam
[repository:/erynn]
@test = r
But, I still manage to check in file in this folder.
I have a list of username in file : /etc/apache2/mods-enabled# vim dav_svn.passwd
anirzam:$apr1$vk/00Pnk$57Ss.H0pkoT7gKKoDNWCu/
My question:
Is it the correct way to control access for repository in svn? And do I have to restart the svn once I edit the authz file then only it can get reflect?
FYI, I'm referring to this link How to setup access control in SVN?.
Thank You.