Re: Lock Changes in a Project Tree

2011-09-16 Thread Luis Augusto Lima
thanks, I gona look. -- Luis Augusto Silva Lima

Re: Lock Changes in a Project Tree

2011-09-16 Thread Stephen Butler
On Sep 14, 2011, at 22:19 , Luis Augusto Lima wrote: > Hi, > > I need to lock the creation of directories in a project versioned with SVN. > Authorized users can change and/or add archives, but when they try to add an > directory, SVN block this commit. > > I know that this can be done with a

Lock Changes in a Project Tree

2011-09-14 Thread Luis Augusto Lima
Hi, I need to lock the creation of directories in a project versioned with SVN. Authorized users can change and/or add archives, but when they try to add an directory, SVN block this commit. I know that this can be done with a pre-commit hook, but I have no ideia how can I do this. Any sugestion