All of lore.kernel.org
 help / color / mirror / Atom feed
* Retrieving linuxppc_2_4_devel corresponding to 2.4.19?
@ 2003-02-19  0:44 Dan Kegel
  2003-02-19 17:39 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Kegel @ 2003-02-19  0:44 UTC (permalink / raw)
  To: linuxppc-dev


What's the best way to retrieve linuxppc_2_4_devel as of
2.4.19?  Browsing through http://ppc.bkbits.net:8080/linuxppc_2_4_devel
I see that the right changeset appears to be 1.1091.1.23
(Lord only knows what those numbers mean):

 > ChangeSet@1.1091.1.23, 2002-08-03 16:26:58+10:00, paulus@samba.org
 >   Merge samba.org:/home/paulus/kernel/linuxppc_2_4
 >   into samba.org:/home/paulus/kernel/linuxppc_2_4_devel

The magic recipe we receved from the gods to retrieve that version is

ver=1.1091.1.23
bk clone -r$ver bk://ppc.bkserver.net/linuxppc_2_4_devel linuxppc_2_4_devel-$ver
cd linuxppc_2_4_devel-$ver
find . -type d -exec bk get {} \;
find . -name SCCS -print | xargs rm -rf
rm -rf RESYNC/
rm -rf PENDING/
rm -rf BitKeeper/
rm -f ChangeSet


That seems to work.  However, I'm a bit concerned for several reasons:
0. it looks pretty hacky
1. there's no label on the changeset in question
2. Tom Rini said:
   "... keep in mind that revision numbers are not constant, only TAGs,
     and keys.  Poking in the BK help should tell you how to go from
     a rev to a key, and then back."
So I'm afraid that magic 1.1091.1.23 is going to get renumbered
sometime, and I'll have no way to retrieve a 2.4.19 that
works on ppc405.  Poking around on bitkeeper.com's online
doc revealed no discussion of "keys", so I'm a bit mystified.

Can the list comment on the recipe I use to
retrieve a clean kernel source tree, and
on what the heck Tom Rini was talking about
with converting from a rev to a key and back?

Also, I see from the bitkeeper logs that linuxppc_2_4_devel
gets merged into from both linuxppc_2_4 and Linus's tree.
Am I right in assuming that I still want linuxppc_2_4_devel
for ppc405 support?

Thanks,
Dan

--
Dan Kegel
http://www.kegel.com
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Retrieving linuxppc_2_4_devel corresponding to 2.4.19?
  2003-02-19  0:44 Retrieving linuxppc_2_4_devel corresponding to 2.4.19? Dan Kegel
@ 2003-02-19 17:39 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2003-02-19 17:39 UTC (permalink / raw)
  To: linuxppc-dev


On Tue, Feb 18, 2003 at 04:44:44PM -0800, Dan Kegel wrote:

>
> What's the best way to retrieve linuxppc_2_4_devel as of
> 2.4.19?  Browsing through http://ppc.bkbits.net:8080/linuxppc_2_4_devel
> I see that the right changeset appears to be 1.1091.1.23
> (Lord only knows what those numbers mean):

Just to help out people searching the archives in the future, this was
answered quite helpfully on the bitkeeper-users list, here:
http://bitmover.com/pipermail/bitkeeper-users/2003-February/000717.html

--
Tom Rini
http://gate.crashing.org/~trini/

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-02-19 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-19  0:44 Retrieving linuxppc_2_4_devel corresponding to 2.4.19? Dan Kegel
2003-02-19 17:39 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.