Our repositories lives in /var/lib/svn/ on a Linux server. We use the following sturcture on per project per repository basis:
/var/lib/svn/projectA/tags/ /var/lib/svn/projectA/trunk/ /var/lib/svn/projectA/branches/ /var/lib/svn/projectB/tags/ /var/lib/svn/projectB/trunk/ /var/lib/svn/projectB/branches/ and so on... We used LDAP authentication method to authorize users. My question: We need to give permissions to only certain users to be able to create branches and tags so that we can restrict all the developers to the trunk itself. Thanks.