public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: linux-kernel@vger.kernel.org
Subject: Re: [ANNOUNCE] BK->CVS (real time mirror)
Date: 21 Mar 2003 16:51:51 -0800	[thread overview]
Message-ID: <b5gc37$2bg$1@cesium.transmeta.com> (raw)
In-Reply-To: 20030322001540.GA6309@work.bitmover.com

Followup to:  <20030322001540.GA6309@work.bitmover.com>
By author:    Larry McVoy <lm@bitmover.com>
In newsgroup: linux.dev.kernel
>
> On Fri, Mar 21, 2003 at 11:40:26AM -0800, H. Peter Anvin wrote:
> > Followup to:  <20030321141620.GA25142@work.bitmover.com>
> > By author:    Larry McVoy <lm@bitmover.com>
> > In newsgroup: linux.dev.kernel
> > > 
> > > HPA, should we be mirroring the CVS tarballs to kernel.org?
> > > 
> > 
> > That would be highly useful.  I would also like to see the bk export
> > text file, whatever it's called, mirrored there.
> 
> There is no bk export text file, the output of the export is the CVS
> repository, there isn't anything else.  Everything that we could 
> extract has been extracted and put in CVS.  It's a fairly complete
> and accurate extraction, too.  Far more than the traditional releases
> and pre-releases, I don't know how many of those there have been in
> the 2.5 timeframe but I can't imagine more than a couple hundred;
> there are 8500 commits in the 2.5 CVS tree.  
> 

I was referring to this stuff:

Date: 	Wed, 12 Mar 2003 10:03:04 -0800
X-Hdr-Sender: lm@bitmover.com
From: Larry McVoy <lm@bitmover.com>
Subject: Re: [ANNOUNCE] BK->CVS (real time mirror)
Message-ID: <20030312180304.GA30788@work.bitmover.com>
References: <3E6F6E84.1010601@zytor.com> <200303121757.h2CHveVF001517@81-2-122-30.bradfords.org.uk>

> I thought that BK has been able to export everything to a text file
> since the first version.

bk export -tpatch -r1.900 > patch.1.900
bk changes -v -r1.900 > comments.1.900

Been there forever.  So has ways to get all the metadata from the command
line without having to reverse engineer the file format.  See

    http://www.bitkeeper.com/manpages/bk-prs-1.html

it's all there.  Always has been.

Wayne wanted me to point that it is easy to write the BK to CVS exporter
completely from the command line, we prototyped it that way, the only
reason we rewrote part of it in C was for performance.  The point being
that you guys could have done this yourself without help from us because
all the metadata is right there.  Ditto for anyone else worried about 
getting their data out of BK now or in the future.  The whole point of
prs is to be able to have a will-always-work way to get at the data or
the metadata, it makes the file format a non-issue.  
-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
Architectures needed: ia64 m68k mips64 ppc ppc64 s390 s390x sh v850 x86-64

  reply	other threads:[~2003-03-22  0:41 UTC|newest]

Thread overview: 109+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-12 17:42 [ANNOUNCE] BK->CVS (real time mirror) Larry McVoy
2003-03-12 18:01 ` Roman Zippel
2003-03-12 18:34 ` Ben Collins
2003-03-12 19:03   ` Sam Ravnborg
2003-03-12 19:38     ` Roman Zippel
2003-03-12 19:32   ` Nicolas Pitre
2003-03-12 19:53     ` Ben Collins
2003-03-12 20:09       ` Ben Collins
2003-03-12 20:20       ` Jeff Garzik
2003-03-12 23:58         ` Roman Zippel
2003-03-12 20:37       ` Nicolas Pitre
2003-03-13  2:57   ` Aaron Lehmann
2003-03-16  3:48   ` Andrea Arcangeli
2003-03-16 17:45     ` Roman Zippel
2003-03-16 18:54       ` Nicolas Pitre
2003-03-16 19:30         ` Shawn
2003-03-16 19:33         ` Roman Zippel
2003-03-16 21:52           ` Andrea Arcangeli
2003-03-17  1:18             ` Roman Zippel
2003-03-17  1:35               ` Larry McVoy
2003-03-17  1:56                 ` Roman Zippel
2003-03-17  9:01                 ` Henning P. Schmiedehausen
2003-03-17 17:46                 ` Daniel Phillips
2003-03-17 18:04                   ` Jeff Garzik
2003-03-17 19:32                     ` Jamie Lokier
2003-03-17 19:40                       ` David Lang
2003-03-17 20:00                         ` Jamie Lokier
2003-03-17 20:43                       ` Andrea Arcangeli
2003-03-17 20:12                     ` Roman Zippel
2003-03-17 21:56             ` Pavel Machek
2003-03-17 22:08               ` Andrea Arcangeli
2003-03-21 14:16                 ` Larry McVoy
2003-03-21 17:42                   ` Andrea Arcangeli
2003-03-21 19:40                   ` H. Peter Anvin
2003-03-22  0:15                     ` Larry McVoy
2003-03-22  0:51                       ` H. Peter Anvin [this message]
2003-03-17 17:41           ` Horst von Brand
2003-03-17 18:04             ` Petr Baudis
2003-03-12 19:21 ` Nicolas Pitre
2003-03-12 19:51   ` Larry McVoy
2003-03-12 20:08     ` Ben Collins
2003-03-12 20:14     ` Sam Ravnborg
2003-03-12 20:18       ` Larry McVoy
2003-03-12 20:46       ` Nicolas Pitre
2003-03-12 20:58         ` Larry McVoy
2003-03-12 21:08           ` Nicolas Pitre
2003-03-13  0:41             ` Larry McVoy
2003-03-12 21:18           ` Eli Carter
2003-03-13 20:45           ` Horst von Brand
2003-03-13  1:58       ` Larry McVoy
2003-03-13 23:40       ` Larry McVoy
2003-03-12 21:05     ` Daniel Jacobowitz
2003-03-12 21:18       ` Larry McVoy
2003-03-12 21:31         ` Daniel Jacobowitz
2003-03-12 21:33           ` Larry McVoy
2003-03-12 21:45         ` Kai Germaschewski
2003-03-12 22:01           ` Larry McVoy
2003-03-12 22:21             ` David Lang
2003-03-12 22:30               ` Larry McVoy
2003-03-12 23:18                 ` Andreas Dilger
2003-03-15 16:52                   ` Larry McVoy
2003-03-13 21:00             ` Horst von Brand
2003-03-13  9:43     ` Geert Uytterhoeven
2003-03-13 23:26       ` Larry McVoy
2003-03-14  8:53         ` Geert Uytterhoeven
  -- strict thread matches above, loose matches on Subject: below --
2003-03-17 23:08 David Mansfield
2003-03-17 23:25 ` Andrea Arcangeli
2003-03-17 23:33   ` Larry McVoy
2003-03-17 23:57     ` Andrea Arcangeli
2003-03-18  1:48     ` David Mansfield
2003-03-18  2:43       ` Andrea Arcangeli
2003-03-13 15:38 David Mansfield
2003-03-13 15:42 ` Larry McVoy
2003-03-12  3:43 Larry McVoy
2003-03-12  4:16 ` Ben Collins
2003-03-12  8:55   ` Jens Axboe
2003-03-12 10:26     ` Andreas Dilger
2003-03-12 10:31       ` Jens Axboe
2003-03-12 10:56         ` Andreas Dilger
2003-03-12 11:15           ` Jens Axboe
2003-03-12 11:20       ` Jamie Lokier
2003-03-12 16:13       ` H. Peter Anvin
2003-03-12 16:30         ` Dana Lacoste
2003-03-12 16:47           ` John Bradford
2003-03-12 17:08           ` Roman Zippel
2003-03-12 21:50             ` Alan Cox
2003-03-13 23:30               ` Roman Zippel
2003-03-12 17:29           ` H. Peter Anvin
2003-03-12 17:57             ` John Bradford
2003-03-12 18:03               ` Larry McVoy
2003-03-12 20:49                 ` H. Peter Anvin
2003-03-13  7:59                 ` Theodore Ts'o
2003-03-13  9:58                   ` Roman Zippel
2003-03-12 16:18       ` Ben Collins
2003-03-12 16:47         ` Lars Marowsky-Bree
2003-03-12 17:34           ` Ryan Anderson
2003-03-12 18:38   ` Arador
2003-03-12 18:47     ` Ben Collins
2003-03-12 19:12       ` Andreas Dilger
2003-03-13  0:29       ` Martin J. Bligh
2003-03-13  0:56         ` Larry McVoy
2003-03-16  3:44       ` Andrea Arcangeli
2003-03-12  4:39 ` H. Peter Anvin
2003-03-12  4:56   ` Larry McVoy
2003-03-16  3:10   ` Andrea Arcangeli
2003-03-12 19:34 ` Brandon Low
2003-03-16 13:45 ` Pavel Machek
2003-03-17 14:18   ` Wayne Scott
2003-03-17 14:45     ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='b5gc37$2bg$1@cesium.transmeta.com' \
    --to=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox