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, 20

RE: Searching Subversion comments:

2010-03-08 Thread Steven A Rowe
On 03/08/2010 at 4:37 PM, Robert Muir wrote: > > 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 > > >

Re: Searching Subversion comments:

2010-03-08 Thread N Hira
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 of searching Subversion comments. I can see it be

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 you

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? http:

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

RE: Searching Subversion comments:

2010-03-08 Thread Uwe Schindler
10:30 PM > 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 an

Re: Searching Subversion comments:

2010-03-08 Thread Erick Erickson
/sematext.com/ :: Solr - Lucene - Nutch > Hadoop ecosystem search :: http://search-hadoop.com/ > > > > - Original Message > > From: Erick Erickson > > To: java-user > > Sent: Mon, March 8, 2010 3:48:41 PM > > Subject: Searching Subversion commen

Re: Searching Subversion comments:

2010-03-08 Thread Otis Gospodnetic
Nutch Hadoop ecosystem search :: http://search-hadoop.com/ - Original Message > From: Erick Erickson > To: java-user > Sent: Mon, March 8, 2010 3:48:41 PM > Subject: Searching Subversion comments: > > Before I reinvent the wheel. > > Is there any convenient w

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 for