RE: Pratical SVN
From: Rob van Oostrum <rob.vanoostrum_at_blastradius.com>
Date: 2005-07-21 03:52:49 CEST
http://svn.collab.net/repos/svn/tags/1.2.1/tools/hook-scripts/
Look at svnperms.py and svnperms.conf.example. It'll let you define paths with regular expressions (wildcards on steroids). You call the Python script from the pre-commit hook script of your repository.
Again, for the changing passwords, you might want to consider leveraging the MS Active Directory you probably already have anyway. See my earlier email for more on that.
Cheers
-----Original Message-----
I get pretty everything figure out except the security (this was my concern
Using Apache, auth_svn_mod, could give me per directory access control, but
1. I have to allow developers to change their own password.
Here is the scenario:
So I need some kindof (like nant):
[/**/bin/**]
I also want to make sure only admin can change my build scripts. So
[/**/*.build]
Is there anyway in SVN in accomplish this?
Thanks,
Calvin
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.