Re: Pre-commit script for Windows - Require log msg
From: si <sshnug.si_at_gmail.com>
Date: 2006-03-02 02:40:15 CET
> Does anyone have a pre-commit script for Windows that requires a log
I use NAnt (so it's indirect, sorry), but it works on Windows or Linux.
http://svn.berlios.de/viewcvs/subnant/trunk/README.txt?view=markup
e.g. In the pre-commit hook:
subnant commit-message -D:repos=%1 -D:txn=%2
Haven't gotten round to finishing the check-case-insensitive hook
http://svn.berlios.de/viewcvs/*checkout*/subnant/trunk/doc/commit-email.html
e.g. So you setup some properties and in the post-commit hook:
start /b subnant commit-email -D:repos=%1 -D:rev=%2
Choice is good :)
peace
---------------------------------------------------------------------
|
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.