Is there a possibility/way to give a hyperlink (or a reference to a particular link) inside the svn log message so that whenever i click that particular link I'm directed to an external application (such as Internet address to my custom bug tracking tool)
For ex: I insert a log message while committing my sources in SVN
Changes made to fix issue *#1234*
Now here, the #1234 should appear as a hyperlink and should take me to an external application (say the internet address for my custom bug tracking tool)
Should i start using SVN post commit hooks ? Please suggest whether this is possible
Cheers