I have a post-commit hook setup for email notification. Emails are coming in ok, but if I add in the option for detailed-subject, it complains about an invalid option. Does Version 2.59 support that option?
"%VISUALSVN_SERVER%\bin\VisualSVNServerHooks.exe" ^
commit-notification "%1" -r %2 ^
--from "noreply@nowhere.com" --to "somebody@somewhere.com" ^
--smtp-server mail.somecompany.com ^
--detailed-subject
The error message is something like:
post-commit hook failed (exit code 1) with output:
VisualSVNServerHooks.exe: invalid option: --detailed-subject
Type 'VisualSVNServerHooks help' for usage.
[update]
Yep, I found it listed here as available in 2.6 onward
https://www.visualsvn.com/server/download/2.6/
New options for commit notification hook handler: '--no-html', '--detailed-subject', '--filter'.