There is an easy way of integrating bugtracking tools into tortoise svn using properties.
Just add following properties to your working copy (don’t forget to apply them recursively):
-bugtraq:url (enables link to bugtracker and shows Bug-Id column in tortoise)
-bugtraq:message (enables Bug-Id input field on commit)
Example:
bugtraq:url
http://myBugtracker.com/?id=%BUGID%
-bugtraq:message
Defect: %BUGID%
.
%BUGID%
is replaced with the issue number you entered on commit.
For more details see the tortoise documention.
geht das auch mit Jetbrains Youtrack?
And what about the VS integration Ankh?
the input field for the bug-id is also shown in the ankh plugin
That’s really useful! Thank you!
* Which minimum version of TortoiseSVN is required?
* Has anyone tested/used this with JIRA?
Thanks,
Harald-René Flasch (aka hfrmobile)
There is a TortoiseSvn Plugin for Jira:
http://csharptest.net/?page_id=33
Btw, using SVN hook script to ensure that comments always containing the project shortcut + FishEye works fine 🙂