On Thursday 21 July 2005 13:09, Curt Arnold wrote: > What are the supported or available integration options between SVN > and Bugzilla or JIRA? It may be desirable to migrate the log4j bug > database to JIRA at the same time that the source code repositories > are migrated to SVN, particularly if SVN/JIRA integration is better > in some sense than the SVN/Bugzilla integration.
The typical setup is that; for any commit that contains a JIRA issue label, the commit(!) is added to JIRA, which has explicit support for SVN. It lists, Repsoitory, Revision, Date, user, commit message, and files that were changed/added/removed, in a separate tab from the "Comments" Too see an example; http://issues.apache.org/jira/browse/DIRMINA-41 Click on All to see comments as well as commits. Cheers Niclas
