Norbert Unterberg wrote: > some time ago I was trying a script that could be called from a > subversion "post-commit"-hook. It would automatically add the commit > message to a ticket as comment. > > Does this script still exist, where can I find it? I can't remember > where I got it from. > Can I run this script on a windows machine?
Yep, it should work on Windows (I have it running on a Win2k3 server), although you'll probably need Cygwin installed so that shell scripts or perl scripts work. I grabbed the code for the post-commit hook from the Trac website: http://trac.edgewall.org/browser/trunk/contrib Also, the Subversion book is a good place to figure out how to set it up: http://svnbook.red-bean.com/ Sid --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---
