Re: [ANNOUNCE] BK->CVS (real time mirror)

From: Roman Zippel (zippel@linux-m68k.org)
Date: Sun Mar 16 2003 - 20:18:03 EST


Hi,

On Sun, 16 Mar 2003, Andrea Arcangeli wrote:

> > Not really, it's actually more simple to what Larry is currently offering.
> > A simply SCCS to RCS converter would be enough. Merging information is
> > easy to add as well. If you now also add a sequence number is quite simple
> > to modify a CVS server which can export the data reliably.
>
> CVS basically exports RCS through the network, your argument makes no
> sense to me, what's the difference, I don't see what you mean.

RCS is not that limited. It's very simple to take all deltas from a SCCS
file and put it into a RCS file:

        for delta in (all sorted deltas)
                get -rdelta foo.c
                ci -rdelta foo.c

Now one needs a little knowledge about the SCCS format. New deltas are
added at the top and deltas have their own sequence numbers, it's no
problem to add this sequence number to a RCS delta. This sequence number
can be used by CVS to export the data reliable, the client would simply
see 1.sequencenr as the version number.
If one looks now at the bk SCCS files, it's pretty easy to guess, which
deltas are merges, so it should be really no problem to add this info to
the RCS file as well.

> > If you want to test an alternative system to see whether it's usable for
> > kernel development, what better data is there? How could you compare it
> > against bk?
>
> Larry has all the rights to not to help providing a testcase, it makes
> no sense for you to complain he's not providing a testcase for a
> competitive system. It make no sense just like complaining that if Larry
> changes the bk format to something encrypted compressed or .doc. he has
> the rights to do it, so please stop raising pointless arguments.

Well, this wasn't the deal. Larry doesn't own the data, he can't say that
you only get all the data, if you use bk. One of the arguments for the
move to bk was that the format was open and the data wasn't locked in.
Technically it makes a lot of sense to move to a different format, but if
he needs help to convert the data into proper RCS format, he only needs to
ask, I'd be happy to help.

bye, Roman

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Mar 23 2003 - 22:00:19 EST