Re: Issue with pre-commit hooks in Subversion 1.7.7

2014-01-30 Thread Ryan Schmidt
On Jan 29, 2014, at 22:18, Ramachandran Raghavendran wrote: > I’m using Subversion 1.7.7 on windows with hooks written in python 2.7.2 > > I’m running SVNLOOK commands in my pre-commit hook with the syntax as folow > svnlook log -t commit_txn REPOS_PATH > > I’m able to trap and echo the

Issue with pre-commit hooks in Subversion 1.7.7

2014-01-29 Thread Ramachandran Raghavendran
Hi, I'm using Subversion 1.7.7 on windows with hooks written in python 2.7.2 I'm running SVNLOOK commands in my pre-commit hook with the syntax as folow svnlook log -t commit_txn REPOS_PATH I'm able to trap and echo the txn number in the hook but the svnlook fails with the following message