Re: [newdev] Which branch to commit to?

2014-04-01 Thread Shai Erera
In general you should checkout 'trunk' and fix/add stuff there. The community will then decide whether the feature/fix should also be backported to 4.x (very likely) and whether a 3.x releases is also needed (very unlikely). Shai On Tue, Apr 1, 2014 at 4:39 PM, Fermin Silva silvafe...@gmail.com

Re: [newdev] Which branch to commit to?

2014-04-01 Thread Fermin Silva
I see that trunk works on Java 1.7, which is kind of an impediment for me right now. Under which cases fixes/features go to a branch rather than trunk? Would this case be an example? Like working on branch lucene_solr_4_7 rather than trunk? Thanks again On Tue, Apr 1, 2014 at 10:44 AM, Shai

RE: [newdev] Which branch to commit to?

2014-04-01 Thread Uwe Schindler
[mailto:silvafe...@gmail.com] Sent: Tuesday, April 01, 2014 4:14 PM To: dev@lucene.apache.org Subject: Re: [newdev] Which branch to commit to? I see that trunk works on Java 1.7, which is kind of an impediment for me right now. Under which cases fixes/features go to a branch rather than trunk? Would