windows xp - How do I implement an SVN hook to know the filename of the file committed, etc.? -
I am using Windows XP and TortoiseSVN, and give me the file name, file path, author, and post-commit Other details about the modification made to the repository using hooks. Do we have to use a certain language to do this as a dragon or is it possible to write using only a batch file?
This is a good tutorial on how to create SVN hooks, basically you can post-commit . Need to create an XE or a bat script. This can execute a Python code that you want to call:
Python myhook.py
inside the script.
Comments
Post a Comment