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

Re: post-commit script on windows 2000

From: Johan Appelgren <johan.appelgren_at_gmail.com>
Date: 2006-01-05 10:56:47 CET

On 1/5/06, Rafael.EgidoArteaga@telefonica.es
<Rafael.EgidoArteaga@telefonica.es> wrote:
>
> Hi.
> Iīm trying tu use the post-commit script on windows 2000 and y canīt make it
> to execute.
> I have tryed with post-commit.bat and post-commit.exe.
>
> The post-commit only does the following thing:
> net send <ip> <message>
>
> I donīt use any path or argument in de post-commit
>
> The post commit is in the hooks dir of my repository.
>
> Any idea of why I canīt execute the post-commit?

Because net.exe isn't in your path when your post-commit is executed.
See <http://subversion.tigris.org/faq.html#hook-debugging>. You need
to setup the PATH variable yourself in your hookscript or use absolute
paths.

/Johan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 5 10:59:39 2006

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.