Scenario : i have precommit hook configured in my svn repo of multiple projects.I have blocked commits in code which include synchronize method or println method,But in some cases i want to give grant so that coders can commit those methods .
Now thing is that i have multiple projects, if i comment out my portion of lock in precommit hook then it will raise a risk as other project coders can commit prohibited methods at same time.
Please guide me how can i configure my precommit hook as per particular branch if its possible.
Removing svn rights using access file is very difficult at times as no of users are large.