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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -