From: Davi Arnaut Date: July 11 2012 4:13pm Subject: Re: BZR tree for 5.5.25a? List-Archive: http://lists.mysql.com/internals/38551 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Jul 10, 2012 at 7:08 PM, Stewart Smith wrote: > Davi Arnaut writes: >> On Tue, Jul 10, 2012 at 12:18 AM, Stewart Smith >> wrote: >>> Davi Arnaut writes: >>> >>>> On Sun, Jul 8, 2012 at 10:23 PM, Stewart Smith wrote: >>>>> Has something broken in the release process again? I don't see 5.5.25a >>>>> having been added to the BZR repositories on launchpad. >>>>> -- >>>>> Stewart Smith >>>> >>>> Seems to have been pushed earlier today, but now is back to 5.5.24. >>> >>> I've branched it from the tag, which seems to work okay. >>> >> >> endora:~ $ bzr branch lp:mysql-server/5.5 >> Branched 3313 revision(s). >> endora:~ $ cd 5.5 >> endora:~/5.5 $ bzr log -r tag:mysql-5.5.25a >> bzr: ERROR: Requested revision: 'tag:mysql-5.5.25a' does not exist in >> branch: file:///Users/davi/5.5/ >> endora:~/5.5 $ bzr tags | grep 5.5.25a >> mysql-5.5.25a ? >> >> Perhaps you branched from somewhere else or some other way? > > bzr branch -rtag:mysql-5.5.25a lp:mysql-server/5.5 > > seems to work.... Thanks. Also, bzr pull -rtag:mysql-5.5.25a works too. > I had the odd thing of it not really worknig when I first pulled, and > checking out by a tag worked.... > > and even now if I do a full branch I don't get that tag... > > But if I branch the revision, I get it. Odd. I guess that since the revisions were pushed, they are not really pruned even if the head changes. > The current lp:mysql-server/5.5 is 5.5.24, while there are tags in the > repository for branching 5.5.25 and 5.5.25a - but these aren't merged > back (or something) > > The 5.5.25a revision is: > > tags: mysql-5.5.25a > revision-id: joerg.bruehe@stripped > > and there are 37 revisions missing from the main 5.5 tree that are in > 5.5.25a. > > From the looks of it, somebody was playing with BZR without really > understanding it - at some point attempting to rewind history. It would be nice if they could get it right. Davi