linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* How to get the exact source code from this clone of linux tree:bitkeeper
@ 2004-03-12  7:23 challaharikumar
  2004-03-12  9:04 ` Colin Leroy
  2004-03-12 13:06 ` Christian
  0 siblings, 2 replies; 3+ messages in thread
From: challaharikumar @ 2004-03-12  7:23 UTC (permalink / raw)
  To: linuxppc-dev


Hi!
everybody,

I've downloaded the linux treee from bit keeper source control ... I am not
able to get the exact source code ...
How i've to get the entire source code from the bitkeeper .. it gives me a
clone of linux treee...
How to get the exact source code from this clone of linux tree.. Any help
would be highly appreciated
Thanks in Advance

regards
Hari :-)


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

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

* Re: How to get the exact source code from this clone of linux tree:bitkeeper
  2004-03-12  7:23 How to get the exact source code from this clone of linux tree:bitkeeper challaharikumar
@ 2004-03-12  9:04 ` Colin Leroy
  2004-03-12 13:06 ` Christian
  1 sibling, 0 replies; 3+ messages in thread
From: Colin Leroy @ 2004-03-12  9:04 UTC (permalink / raw)
  To: challaharikumar, linuxppc-dev


> How to get the exact source code from this clone of linux tree..

A good read about bk is here: http://old.lwn.net/2002/0228/a/bk-thing.php3

Basically the two instructions to get a bk tree are:
bk clone -q http://linux.bkbits.net/linux-2.5 linus-2.5
bk -r co -q

later, to update your tree, you have to issue:
bk pull http://linux.bkbits.net/linux-2.5

(if I understood everything correctly, that is)

HTH,
--
Colin

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

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

* Re: How to get the exact source code from this clone of linux tree:bitkeeper
  2004-03-12  7:23 How to get the exact source code from this clone of linux tree:bitkeeper challaharikumar
  2004-03-12  9:04 ` Colin Leroy
@ 2004-03-12 13:06 ` Christian
  1 sibling, 0 replies; 3+ messages in thread
From: Christian @ 2004-03-12 13:06 UTC (permalink / raw)
  To: linuxppc-dev


challaharikumar wrote:
> How to get the exact source code from this clone of linux tree.. Any help
> would be highly appreciated

i myself was once asking this on this list and i was told to do:

$ bk clone bk://source.mvista.com/linuxppc-2.5-benh linuxppc-2.5-benh-BK

(to fetch the linuxppc-2.5-benh tree and store it into
./linuxppc-2.5-benh-BK )

and then

$ cd linuxppc-2.5-benh-BK
$ bk -r get

although i always thought "clone" would really "clone" the tree itself...

cheers,
Christian.
--
BOFH excuse #59:

failed trials, system needs redesigned

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

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

end of thread, other threads:[~2004-03-12 13:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-12  7:23 How to get the exact source code from this clone of linux tree:bitkeeper challaharikumar
2004-03-12  9:04 ` Colin Leroy
2004-03-12 13:06 ` Christian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).