Punit Mutha wrote:
> Hi,
> Sorry to bother you, but i wanted to ask you about integration of
> bugzilla in tortoise svn.
> I used bugtraq to directly link commit messages to bugzilla but
> problem is i wanted to use the "Issue tracker integration" to add
> bugzilla info in my svn.
> currently i am getting error message "There are no issue trackers
> providers avalaible".
Documentation for how to write an issue tracker plugin (a COM object) is
in the contrib/issue-tracking directory in the source code. By default,
there are none installed, which is why you see this message.
> Also i wanted to ask you whether i can directly pass commit messages
> to bugzilla -->as in commit messages will appear in comments of that bug.
This would require a post-commit hook (or something that otherwise
watches commits). It would parse the commit messages and use them to
update your bugzilla database. Trac has a good example of this.
> Sorry if my questions sounded irrelevant.
> Please let me know if more details are required.
>
> Thanking you,
> Punit
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-07-14 09:19:38 CEST