You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by Ryan McKinley <ry...@squid-labs.com> on 2007/04/27 02:24:48 UTC

linking JIRA to subversion commits

How does JIRA know about subversion commits?

For example, SOLR-172
https://issues.apache.org/jira/browse/SOLR-172?page=com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel

but nothing for:
https://issues.apache.org/jira/browse/SOLR-211?page=com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel

or
https://issues.apache.org/jira/browse/SOLR-179?page=com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel

Do i have to do anything to make that show up, or does that eventually 
get automatically synced?


thanks
ryan


Re: linking JIRA to subversion commits

Posted by Chris Hostetter <ho...@fucit.org>.
: You need to put the JIRA issue number in the commit message.
:
: I normally put it at the end:
: commit -m "fix foo and bar: SOLR-999"

And i normally put it at the begining so it shows up when long commit
messages are summarized (see post.sh in viewvc ...
  http://svn.apache.org/viewvc/lucene/solr/trunk/example/exampledocs/
)

it does take a little time to sync up ... and i think sometimes Jira
misses them alltogether (either that or in some cases it took a *really*
long time to sync up, and by teh time it happened i'd given up on
cehcking)


-Hoss


Re: linking JIRA to subversion commits

Posted by Yonik Seeley <yo...@apache.org>.
On 4/26/07, Ryan McKinley <ry...@squid-labs.com> wrote:
> How does JIRA know about subversion commits?

You need to put the JIRA issue number in the commit message.

I normally put it at the end:
commit -m "fix foo and bar: SOLR-999"

-Yonik