On Wed, Jan 22, 2014, at 09:35 PM, Masood wrote: > Actually I want to execute a hook scripts before merge operation whenever > user > start merge task(either from SVN merger command or from GUI). That hook > script will perform the code analysis and if there there is any critical > issue then it will abort the merge operation.
You cannot execute hooks on a client machine. Hooks are server-side only. --Kyle Sluder