Searching Subversion comments:

2010-03-08 Thread Erick Erickson
Before I reinvent the wheel. Is there any convenient way to, say, find all the files associated with patch ? I realize one can (hopefully) get this information from JIRA, but... This is a subset of the problem of searching Subversion comments. I can see it being useful, especially

Re: Searching Subversion comments:

2010-03-08 Thread Otis Gospodnetic
:: http://search-hadoop.com/ - Original Message From: Erick Erickson erickerick...@gmail.com To: java-user java-user@lucene.apache.org Sent: Mon, March 8, 2010 3:48:41 PM Subject: Searching Subversion comments: Before I reinvent the wheel. Is there any convenient way to, say

Re: Searching Subversion comments:

2010-03-08 Thread Erick Erickson
@lucene.apache.org Sent: Mon, March 8, 2010 3:48:41 PM Subject: Searching Subversion comments: Before I reinvent the wheel. Is there any convenient way to, say, find all the files associated with patch ? I realize one can (hopefully) get this information from JIRA

RE: Searching Subversion comments:

2010-03-08 Thread Uwe Schindler
To: java-user@lucene.apache.org Subject: Re: Searching Subversion comments: Hi Otis! Your examples look JIRA-centric, not code-centric. Frankly I'm not sure there's a difference for my use-case, but Let's say I want to answer the question what source files were changed for JIRA-1234

RE: Searching Subversion comments:

2010-03-08 Thread Steven A Rowe
Hi Erick, On 03/08/2010 at 3:48 PM, Erick Erickson wrote: Is there any convenient way to, say, find all the files associated with patch ? I realize one can (hopefully) get this information from JIRA, but... This is a subset of the problem of searching Subversion comments. I know of two

Re: Searching Subversion comments:

2010-03-08 Thread Robert Muir
Also, in the open source realm: 3. ViewVC (formerly ViewCVS) has a facility to query revision history, including commit messages.  Apache's instance, which serves Lucene's repository, doesn't expose this functionality, though I think it does? Do you mean this functionality?

Re: Searching Subversion comments:

2010-03-08 Thread Jacob Rhoden
I am not trying to evangelise git, but more just curious if you guys have ever looked at switching to a distributed source control system. The branching / merging capabilities mean you really don't have to use patches to collect changes from non trusted parties. See this google tech talk if

Re: Searching Subversion comments:

2010-03-08 Thread N Hira
Sent: Mon, March 8, 2010 2:48:41 PM Subject: Searching Subversion comments: Before I reinvent the wheel. Is there any convenient way to, say, find all the files associated with patch ? I realize one can (hopefully) get this information from JIRA, but... This is a subset of the problem

Re: Searching Subversion comments:

2010-03-08 Thread Erick Erickson
Thanks, all. This is the best of answers.. The functionality you want is already available if you just know where to look. Of course my life would be easier if my employer used either JIRA or IntelliJ, but perhaps Eclipse will show me something similar er...@nevermind.com On Mon, Mar 8,