RE: URL based commands not working in hooks\

2013-02-04 Thread Bert Huijben
Usually you shouldn't use 'svn log' from a hook. When using hooks you want to use the 'svnlook' command instead of 'svn' as you are looking directly at a transaction in progress. (And 'svnlook log' is more efficient than using the server that calls your hook again to access the same repositor

Re: URL based commands not working in hooks\

2013-02-04 Thread shrinivasan
> I have a hook that runs svn log. Do you redirect the svn log to any file? Share the hook script here. Regards, Shrini CollabNet Support