User permissions for svn

subversion locking

Hi,

i want to know if there is any chance to set user-permissions for users so that they can only add or modify the existing folders/files, but not able to delete the folders.

Thx for help in advance.
Srikanth.

User permissions for svn

Thanks for pointing that out. Maybe there is a trac module that handles this too. Ideally this functionality would be incorporated into the Trac AccountManager plugin.

Good luck
Austin

User permissions for svn

thx

i've got it ;-) I found two different scripts to control the svnaccess via webinterface. I think it would be great when somebody can implement this scripts in jumpbox.

From University Oldenburg
http://csd.informatik.uni-oldenburg.de/~hoenicke/svnadmin/#sec-2

and

http://linux.softpedia.com/get/Programming/Version-Control/SVNAccess-11802.shtml

also you can see an demo from svnaccess on this link
http://www.jaj.com/projects/svnaccess/demo/repositories.php

User permissions for svn

At this point there is no really simple way to accomplish this. You might try something along these lines:
http://svnbook.red-bean.com/en/1.2/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz.perdir

If you are not already comfortable with Linux and Apache configuration it would be a sizable challenge.

User permissions for svn

Hi,

i want to know if there any chance to set user-permissions for different Folders or Files in svn, so that user1 can only checkout file XY and user2 and user3 can only checkout folder XX? We are using TortoiseSVN. Can i set the permissions with appache or is there any configfile?

Thx for help
and greetz from Germany