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

Re: [TSVN] Hooks

From: Ivan-Assen Ivanov <ivanassen_at_gmail.com>
Date: 2004-12-29 11:22:28 CET

You can create a BAT file with the post-commit hook name, calling your
EXE via Start, something like that:

START /B YourExe.exe %1 %2 %3...

Note that this (START without a /WAIT option) will also let Subversion
and respectively TSVN continue with their work (and return control to
you) immediately, even if your hook takes some time (e.g. archives the
repository, or prepares and sends a commit email.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Dec 29 11:23:10 2004

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

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