RE: Re: Client-side hook doesn
From: Hans <hschleichert_at_munich-metrology.com>
Date: Thu, 23 Aug 2012 02:05:00 -0700 (PDT)
> Cmd.exe is not a hook script, it is just the command interpreter. You
Simon, thanks for the reply. I know that cmd.exe is not a meaningful program in this context, I just wanted to have **something** executed. I had configured the start_commit_script as a *.bat file which only contains the follwing text:
echo %0 %*
...which only showed the flashing command prompt window, so I tried cmd.exe instead.
I believe I found the reason for the problem:
pause > con < con
in contrast, outputs "press any key", and then waits for a keypress!
I guess this behaviour makes sense for automated scripting, but for testing scripts, it comes as a bit of a surprise...
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
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.