: I wonder: if we run an "svn commit . tags/lucene_2_4.../src" whether
: svn will do this as a single transaction? Because "." (the trunk
: checkout) and tags/lucene_2_4... are two separate svn checkouts. (I
: haven't tested). If it does, then I think this approach is cleanest?
you can't have
On Wed, Jul 29, 2009 at 5:11 PM, Uwe Schindler wrote:
>> > My suggestion was to write the build script in a way that it checks out
>> the
>> > branch with the same revision number as the current base dir (trunk).
>>
>> I think this would work, as long as we always commit top-level and
>> back-compa
> > My suggestion was to write the build script in a way that it checks out
> the
> > branch with the same revision number as the current base dir (trunk).
>
> I think this would work, as long as we always commit top-level and
> back-compat tag in one transaction (commit)?
>
> (And, even if we do
On Wed, Jul 29, 2009 at 4:31 PM, Uwe Schindler wrote:
> My suggestion was to write the build script in a way that it checks out the
> branch with the same revision number as the current base dir (trunk).
I think this would work, as long as we always commit top-level and
back-compat tag in one tra
From: Shai Erera [mailto:ser...@gmail.com]
Sent: Wednesday, July 29, 2009 9:22 PM
To: java-dev@lucene.apache.org
Subject: Re: backwards compat tests
Uwe - I asked this question a while ago on LUCENE-1529 and this is an answer
Mike gave:
http://issues.apache.org/jira/browse/LUCEN
phi.de
> eMail: u...@thetaphi.de
> --
>
> *From:* Mark Miller [mailto:markrmil...@gmail.com]
> *Sent:* Wednesday, July 29, 2009 6:24 PM
> *To:* java-dev@lucene.apache.org
> *Subject:* backwards compat tests
>
>
>
> Is their a wiki page on
correctly related).
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
<http://www.thetaphi.de> http://www.thetaphi.de
eMail: u...@thetaphi.de
_
From: Mark Miller [mailto:markrmil...@gmail.com]
Sent: Wednesday, July 29, 2009 6:24 PM
To: java-dev@lucene.apache.org
Subject: backwa
I think it's not documented anywhere... roughly these are the steps:
* Make mods to tags/lucene_2_4_.../* so "ant test-tag" passes
* Use "svn switch" to switch that tags checkout from a "tag" to the
2_4 back compat branch
* Commit from that dir & plant a new tag
* Update common-build.xm
Is their a wiki page on how to handle updating the back compat tests? I
found some mail regarding it, but most of what I found was older. The latest
I saw talked about the separate branch, and updating that branch with fixes
if you need too - but I see now it seems to work with tags?
Do I update th