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-
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