Re: lock tree or branch - quick question

2013-02-13 Thread C. Michael Pilato
On 02/13/2013 03:04 AM, Thomas Hemmer wrote: > Have a look at > http://svnbook.red-bean.com/en/1.7/svn.serverconfig.pathbasedauthz.html. > > If you are in need of a conditional commit access control mechanism, you > should consider using a start-commit hook - see > http://svnbook.red-bean.com/en/1

RE: lock tree or branch - quick question

2013-02-13 Thread Thomas Hemmer
Have a look at http://svnbook.red-bean.com/en/1.7/svn.serverconfig.pathbasedauthz.html. If you are in need of a conditional commit access control mechanism, you should consider using a start-commit hook - see http://svnbook.red-bean.com/en/1.7/svn.ref.reposhooks.start-commit.html for details. Be