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

Re: Hook scripts on windows (survey)

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2006-09-19 17:38:03 CEST

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
Received on Tue Sep 19 17:38:11 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.