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

Re: perl hook

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 16 Dec 2008 09:11:32 -0500

On Tue, Dec 16, 2008 at 05:10, Ilan Yaniv <Ilan.Yaniv_at_timetoknow.org> wrote:
> Hi
>
> I wrote a pre-commit.pl simple script that I want to be executed before I am
> commiting a file.
>
> It is simple –
>
> #!C:\Perl\bin
>
> print STDERR "Hello World\n";
>
> or…
>
> #!C:\Perl\bin
>
> print "Hello World\n";
>
> But, when I execute the script I am getting no message in the commit window
> or anywhere else to the user.
>
> Please help.

Do you have .pl files associated with perl.exe?

Have you tried a batch file which calls perl.exe <path>yourscript.pl?

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=984994

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2008-12-16 15:12:03 CET

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

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