[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cannot get post-commit.tmpl to work

From: Frank Gruman <fgatwork_at_verizon.net>
Date: 2005-10-28 20:25:23 CEST

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.