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
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
> >
>
I use "svn diff --change " to get the list of files associated
with a given commit.
You might also want to look at http://freshmeat.net/projects/svnweb/
HTH
-h
From: Erick Erickson
To: java-user
Sent: Mon, March 8, 2010 2:48:41 PM
Subject: Searching Subversi
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
> 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:
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 tw
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
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". Currently I'd have to open up the JIRA and
collate all the changed files by openin
Hi Erick,
For what it's worth, we are considering indexing JIRA comments over on
http://search-lucene.com/ , though I'm not entirely convinced searching in
comments would be super valuable. Would it?
But note that JIRA (and LucidFind) already do that. For example, go to
http://issues.apache.