Zouari Fourat wrote:
> Hello,
> I've a problem using the post commit hook, here's my post-commit.tmpl file :
>
> #!/bin/sh
> REPOS="$1"
> REV="$2"
> echo errr>>/tmp/log.test
>
> it's too simple but it's not working :(
> i do the commit and check my /tmp/log.test file and get nothing :(
> can u hlp me please
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
how about copying the post-commit.tmpl to post-commit??
those files are there as a template (guide) to use if and when you want
them. To actually use them, you have to copy and drop the .tmpl extension.
regards,
Frank
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 28 20:28:25 2005