RE: Porting Java Lucene 2.9 to Lucene.Net (was: RE: Lucene 2.9 RC2 now available for testing)

2009-08-31 Thread George Aroush
 -Original Message-
 From: Chris Hostetter [mailto:hossman_luc...@fucit.org] 
 Sent: Monday, August 31, 2009 1:00 AM
 To: java-dev@lucene.apache.org
 Subject: Re: Porting Java Lucene 2.9 to Lucene.Net (was: RE: Lucene 2.9
RC2 now available for testing)


 : My question is, I would prefer to track SVN commits to keep track of 
 : changes, vs. what I'm doing now.  This will allow us to stay weeks 
 : behind a Java release vs. months or years as it is now.  However, while 
 : I'm subscribed to SVN's commits mailing list, I'm not getting all those 
 : commits!  For example, a commit made this past Friday, I never got an 
 : email for, while other commits I do.  Any idea what maybe going on?

 i suggest you track things based on a combination of svn base url (ie: 
 trunk vs a branch) and the specific svn revision number at the moment of 
 your latest checkout -- that way you don't even need to subscribe to the 
 commit list, just do an svn diff -r whenever you have some time to work 
 on it and see what's been committed since the last time you worked on it.

 Hell: you could probably script all of this and have hudson do it for 
 you.


 -Hoss

What we need is a way to map an SVN commit in Java Lucene to a Lucene.Net
JIRA issue.  This way, we can track and assign those JIRA issues as port
tasks in Lucene.Net world.

I don't know much about how SVN revision numbers work.  If from SVN revision
numbers, we can get back each commit, then this is the best solution
(especially if hudson can do it for us).

-- George



-
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org



Re: Porting Java Lucene 2.9 to Lucene.Net (was: RE: Lucene 2.9 RC2 now available for testing)

2009-08-30 Thread Chris Hostetter

: My question is, I would prefer to track SVN commits to keep track of 
: changes, vs. what I'm doing now.  This will allow us to stay weeks 
: behind a Java release vs. months or years as it is now.  However, while 
: I'm subscribed to SVN's commits mailing list, I'm not getting all those 
: commits!  For example, a commit made this past Friday, I never got an 
: email for, while other commits I do.  Any idea what maybe going on?

i suggest you track things based on a combination of svn base url (ie: 
trunk vs a branch) and the specific svn revision number at the moment of 
your latest checkout -- that way you don't even need to subscribe to the 
commit list, just do an svn diff -r whenever you have some time to work 
on it and see what's been committed since the last time you worked on it.

Hell: you could probably script all of this and have hudson do it for 
you.


-Hoss


-
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org



Re: Porting Java Lucene 2.9 to Lucene.Net (was: RE: Lucene 2.9 RC2 now available for testing)

2009-08-29 Thread Grant Ingersoll


On Aug 29, 2009, at 10:58 AM, George Aroush wrote:


Hi Folks,

I have been following the expected release of Lucene.Net 2.9 for  
some weeks now, and about 2 weeks ago, just before RC1 was released,  
I grabbed the code off the trunk and started my initial port.   
Today, I compared what I have with what's in RC2, only 6 Java files  
changes -- this is good.


My question is, I would prefer to track SVN commits to keep track of  
changes, vs. what I'm doing now.  This will allow us to stay weeks  
behind a Java release vs. months or years as it is now.  However,  
while I'm subscribed to SVN's commits mailing list, I'm not getting  
all those commits!  For example, a commit made this past Friday, I  
never got an email for, while other commits I do.  Any idea what  
maybe going on?


There has been some flakiness with ASF servers, so maybe that is the  
reason?  Are you using forwarding on people.a.o?


-
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org



RE: Porting Java Lucene 2.9 to Lucene.Net (was: RE: Lucene 2.9 RC2 now available for testing)

2009-08-29 Thread George Aroush
  while I'm subscribed to SVN's commits mailing list, I'm not getting  
  all those commits!  For example, a commit made this past Friday, I  
  never got an email for, while other commits I do.  Any idea what  
  maybe going on?

 There has been some flakiness with ASF servers, so maybe that is the  
 reason?  Are you using forwarding on people.a.o?

No, I'm not using any forwarding.

If the code, in the truck, goes through minimal changes for about 2 weeks, I
should be fine (until when we figure out the mail issue).

-- George


-
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org