I wanted to edit a log comment in the repo-browser and received an error message that no pre-revprop-change hook exists for the repository. Besides having a scary name, what is a pre-revprop-change hook and how do I create it?
feedback
|
|
Basically it's a script that is launched before any property is modified on the repository, so that you can manage more precisely what's happening on your repository. There are templates in the SVN distrib for different hooks, located in the /hooks subdirectory (*.tmpl that you have to edit and rename depending on your OS, to activate). | |||||
feedback
|
|
For Windows, here's a link to an example batch file that only allows changes to the log message (not other properties): http://ayria.livejournal.com/33438.html Basically copy the code below into a text file and name it
| |||||||||||||
feedback
|
|
Here is the link to the stack overflow question with many common hooks Common Types of Subversion Hooks, including the original source of the You should refer there as they may get improved over time. | ||||
|
feedback
|
protected by Michael Myers♦ Sep 13 '10 at 15:26
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.