* linuxppc_2_4_devel tree and 2.4.19 @ 2002-10-29 18:47 Tim M. Sanders 2002-10-29 19:20 ` Tom Rini 0 siblings, 1 reply; 4+ messages in thread From: Tim M. Sanders @ 2002-10-29 18:47 UTC (permalink / raw) To: linuxppc-dev I have the latest linuxppc_2_4_devel tree from bk://source.mvista.com/linuxppc_2_4_devel. I wanted to get the 2.4.19 "release" out of the tree. I do bk clone -rv2.4.19 linuxppc_2_4_devel linuxppc_2419. I know that the directory arch/ppc/platforms is suppose to be part of the 2.4.19 tree, but it is not in the cloned tree. What am I doing wrong? -- -- =========================== Tim M. Sanders Synergy Microsystems 520.690.1709 x323 ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linuxppc_2_4_devel tree and 2.4.19 2002-10-29 18:47 linuxppc_2_4_devel tree and 2.4.19 Tim M. Sanders @ 2002-10-29 19:20 ` Tom Rini 2002-10-29 20:00 ` Tim M. Sanders [not found] ` <20021030095346.GA16076@mail.cryptoapps.com> 0 siblings, 2 replies; 4+ messages in thread From: Tom Rini @ 2002-10-29 19:20 UTC (permalink / raw) To: Tim M. Sanders; +Cc: linuxppc-dev On Tue, Oct 29, 2002 at 11:47:12AM -0700, Tim M. Sanders wrote: > > I have the latest linuxppc_2_4_devel tree from > bk://source.mvista.com/linuxppc_2_4_devel. I wanted to get the 2.4.19 "release" > out of the tree. I do bk clone -rv2.4.19 linuxppc_2_4_devel linuxppc_2419. I > know that the directory arch/ppc/platforms is suppose to be part of the 2.4.19 > tree, but it is not in the cloned tree. What am I doing wrong? v2.4.19 is kernel.org, as of 2.4.19, not the tree as of 2.4.19. Do a 'bk changes', and look at where linuxppc_2_4 of the time was merged into linuxppc_2_4_devel. -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linuxppc_2_4_devel tree and 2.4.19 2002-10-29 19:20 ` Tom Rini @ 2002-10-29 20:00 ` Tim M. Sanders [not found] ` <20021030095346.GA16076@mail.cryptoapps.com> 1 sibling, 0 replies; 4+ messages in thread From: Tim M. Sanders @ 2002-10-29 20:00 UTC (permalink / raw) To: Tom Rini; +Cc: linuxppc-dev Thanks, that worked. My misunderstanding. On Tue, Oct 29, 2002 at 12:20:59PM -0700, Tom Rini wrote: > > On Tue, Oct 29, 2002 at 11:47:12AM -0700, Tim M. Sanders wrote: > > > > I have the latest linuxppc_2_4_devel tree from > > bk://source.mvista.com/linuxppc_2_4_devel. I wanted to get the 2.4.19 "release" > > out of the tree. I do bk clone -rv2.4.19 linuxppc_2_4_devel linuxppc_2419. I > > know that the directory arch/ppc/platforms is suppose to be part of the 2.4.19 > > tree, but it is not in the cloned tree. What am I doing wrong? > > v2.4.19 is kernel.org, as of 2.4.19, not the tree as of 2.4.19. Do a > 'bk changes', and look at where linuxppc_2_4 of the time was merged into > linuxppc_2_4_devel. > > -- > Tom Rini (TR1265) > http://gate.crashing.org/~trini/ > -- -- =========================== Tim M. Sanders Synergy Microsystems 520.690.1709 x323 ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20021030095346.GA16076@mail.cryptoapps.com>]
* Re: linuxppc_2_4_devel tree and 2.4.19 [not found] ` <20021030095346.GA16076@mail.cryptoapps.com> @ 2002-10-30 14:10 ` Tom Rini 0 siblings, 0 replies; 4+ messages in thread From: Tom Rini @ 2002-10-30 14:10 UTC (permalink / raw) To: Chris Zimman; +Cc: linuxppc-dev On Wed, Oct 30, 2002 at 01:53:46AM -0800, Chris Zimman wrote: > I'm just learning BitKeeper now -- and have a similar question. I want > to get the 2.4.19 (or 2.4.18, etc.) version of the kernel, but with all > the enhancements for the Walnut platform (eg. OCP ethernet, PCI support, > etc.) > > What I've been doing is cloning with -rv2.4.19, but as you pointed out, > I think that gets me the kernel.org 2.4.19. I'm clearly confused on how > the merging works with respect to the mainline tree. Basically a tag, like v2.4.19 works in BK in a similar way to CVS. It is the state of _a_ tree when that patch was applied. But unlike CVS, that tree can be pulled into another tree (somewhat like merging branches, but only for thinking the problem out). After this merge happens however, no symbolic tag is made in the next tree. So, to track down when a tag made in the linux_2_4 tree was merged into the linuxppc_2_4 tree, you have to do a 'bk changes' and look by hand, or a bk sccstool (graphical) and look at each ChangeSet. This is similar to the process for linuxppc_2_4_devel, except you want to see when then linuxppc_2_4 tree, which had just had the linux_2_4 tree of the version you want, was merged into linuxppc_2_4_devel. -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-10-30 14:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-29 18:47 linuxppc_2_4_devel tree and 2.4.19 Tim M. Sanders
2002-10-29 19:20 ` Tom Rini
2002-10-29 20:00 ` Tim M. Sanders
[not found] ` <20021030095346.GA16076@mail.cryptoapps.com>
2002-10-30 14:10 ` 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.