You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jiho Han <jh...@InfinityInfo.com> on 2006/09/19 14:52:11 UTC

Hook scripts on windows (survey)

What do people use for hook scripts on windows?	
PowerShell seems like a good candidate once it's released but until then
what?

Jiho Han
Senior Software Engineer
Infinity Info Systems
The Sales Technology Experts
Tel: 212.563.4400 x6375
Fax: 212.760.0540
jhan@infinityinfo.com
www.infinityinfo.com <http://www.infinityinfo.com/> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Hook scripts on windows (survey)

Posted by Nathan Kidd <na...@spicycrypto.ca>.
Jiho Han wrote:
> What do people use for hook scripts on windows?	

Batch files as wrappers around Python code.  Most of the very useful 
hook scripts in contrib/ etc. are already in Python, so this keeps 
things consistent.  Further, it keeps you from platform lock-in.  If all 
your batch file does is call the python script with the right arguments 
you can swap your python scripts over to any platform with ease.

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Hook scripts on windows (survey)

Posted by Andy Levy <an...@gmail.com>.
On 9/19/06, Jiho Han <jh...@infinityinfo.com> wrote:
> What do people use for hook scripts on windows?
> PowerShell seems like a good candidate once it's released but until then
> what?

Many people just use batch files, if only to kick off scripts written
in other languages.

I thought I saw something about .WSF scripts being better supported
with 1.4, but I can't seem to find that now. If that is the case, when
I need to get into more hook scripts I'm going to check this option
out.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Hook scripts on windows (survey)

Posted by Greg Thomas <th...@omc.bt.co.uk>.
On Tue, 19 Sep 2006 10:52:11 -0400, "Jiho Han" <jh...@InfinityInfo.com>
wrote:

>What do people use for hook scripts on windows?	

Perl and Python - fired off by a bat script.

Greg
-- 
This post represents the views of the author and does
not necessarily accurately represent the views of BT.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Hook scripts on windows (survey)

Posted by Simon Kennedy <si...@looksoftware.com>.
Jiho Han wrote:
> What do people use for hook scripts on windows?	
> PowerShell seems like a good candidate once it's released but until then
> what?
> 

I use 'py2exe' to convert the python scripts to an 'exe' for easier 
deployment on windows machines.

Simon. K


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org