I am running 64-bit TortoiseSVN on Windows (V1.12.1 Build 28628). I need to be able to intercept a commit, check the files that are being committed, modify them if needed and then update the commit message to reflect the changes.
I first tried using a pre-commit hook script, but the two files referenced in the data passed to the hook script don't exist when the executable tries to read them. I next tried a check-commit hook and the files are now present (or at least most of the time they are), but if I change the contents of the message file the modified contents don't appear in the log. The help file says that the start-commit hook can be used when the hook modifies a versioned file or the commit message, but it also says that it doesn't have a full list of the objects selected for commit. Is there a way to get a full list of the files being committed AND be able to modify the commit message and files? Mike... -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/b13ab6b6-08fe-4b77-a397-6916d4927850%40googlegroups.com.
