Re: pre commit hook not working

2013-01-29 Thread Johan Corveleyn
On Tue, Jan 29, 2013 at 9:09 AM, Prachi Khade wrote: > > hi All, > > I am currently trying to make my Review Board work with svn on a fedora > machine using pre commit hook. > > precommit: > #!/bin/sh > REPOS="$1" > REV="$2" > echo $REV > /usr/bin/python "/home/svn/ovip/hooks/svn-hook-postcommit-

pre commit hook not working

2013-01-29 Thread Prachi Khade
hi All, I am currently trying to make my Review Board work with svn on a fedora machine using pre commit hook. precommit: #!/bin/sh REPOS="$1" REV="$2" echo $REV /usr/bin/python "/home/svn/ovip/hooks/svn-hook-postcommit-review.py" "$REPOS" "$REV" || exit 1 but when this hook gets a call by a c