I still need to know if this is a possibility
.
PATH DEPTH MESSAGEFILE CWD
which means the third parameter is a path to a file where the commit message is stored.
https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-settings.html#tsvn-dug-settings-hooks
Stefan
Really quick question about that, how exactly do I get the message if I have not committed yet? I need to set a file for my own changes when it's committed.Thanks for the Reply!
I'm sorry I'm still a little confused, "You get the Message when your script runs" I'm referring to the actual "Commit message" -The actual version change log that a user enters to describe the committed files (Log Message).I want to take what the user puts into the change log and copy it and put it to a external file so they can view it without looking at the Log files of the SVN repo.
Are we talking about the same thing?
The MESSAGEFILE parameter is a path to a file, and that file contains the commit message.
Stefan