Hello ALL,
I have gone through the http://tortoisesvn.net/issuetracker_integration
These are the things that I am trying to do..
I have downloaded bugzilla from https://wiki.mozilla.org/Bugzilla:Win32Install
The installation is complete and bugzilla is working properly.
Now I can create bugs..
I want to configure SVN with bugzilla now..
I want that when we check in the code in svn local working copy with the created bug number, all the comment should be updated and displayed in the bugzilla browser, when we use find bug. Is it possible?
I have used bugtraq:url property with the following value: http://d-3751:8080/show_bug.cgi?id=%BUGID%
And bugtraq:message having value %BUGID%
Please provide me the steps to configure that.
Many thanks in advance.
Regards,
Rajnish K Singh
On Friday 19 Nov 2010 06:55:05 you wrote:
> I have gone through the http://tortoisesvn.net/issuetracker_integration
> These are the things that I am trying to do..
>
> I have downloaded bugzilla from
> https://wiki.mozilla.org/Bugzilla:Win32Install The installation is
> complete and bugzilla is working properly.
> Now I can create bugs..
> I want to configure SVN with bugzilla now..
> I want that when we check in the code in svn local working copy with the
> created bug number, all the comment should be updated and displayed in the
> bugzilla browser, when we use find bug. Is it possible? I have used
> bugtraq:url property with the following value:
> http://d-3751:8080/show_bug.cgi?id=%BUGID%<http://d-3751:8080/show_bug.cgi
> ?id=%25BUGID%25> And bugtraq:message having value %BUGID%
If you want an automatic message in bugzilla, there are two ways to do it:
1. post-commit repository hook server-side, see the subversion book for that
2. Bugzilla issue tracker plugin for TortoiseSVN. This would even allow you to
pick a bug from a list in a dialog but would also give you log messages in
bugzilla.None for Bugzilla is listed here at the moment:
http://tortoisesvn.net/issuetrackerplugins
With kind regards,
Andreas Stieger
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2683030
To unsubscribe from this discussion, e-mail: [users-un...@tortoisesvn.tigris.org].