Google luky.org euqset.org

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC] Linux Kernel Subversion Howto


> As Peter said, once every 6 hours is fine. Or even more often, what
> the heck, as I said in a previous post I don't think an incremental
> export is that much costly. It could be done at the same time as
> the -bkX patches...

I'll see what I can do.

> Speaking from the out-BK point of view, what would really be nice
> is better granularity in the CVS export (a 1-1 changeset to CVS commit
> mapping). I know this involves playing with CVS branches and could
> be a bit tricky but should be doable.

I have two problems with this request:

    - The idea that the granularity in CVS is unreasonable is pure
      nonesense.  Here's the data as of this email:

		CVS		BitKeeper [*]
	Deltas	235,956		280,212

    - It is not at all an easy thing to do in CVS, we looked at it and 
      guessed it is about 3 man months of work.

So let's see what's reasonable.  In order for you to get the last 16%
of the granularity, which you need because you want to compete with us,
you'd like us to do another 3 man months of work.  What would you say if
you were me in this situation?

--lm

[*]  Commands used to generate the above data:

BK:
	bk -r prs -hnd:I: | wc -l

CVS:	
	#!/usr/bin/perl -w

	open(F, "find linux-2.5 -name '*,v' |");
	$files = $revs = 0;
	while (<F>) {
		chop;
		open(F2, $_);
		$head = <F2>;
		close(F2);
		unless ($head =~ /head\s+1\.(\d+)/) {
			warn "\n$_ is junk\n";
			next;
		}
		$files++;
		$revs += $1;
		print STDERR "files=$files revs=$revs\r";
	}
	print "\n\nfiles=$files revs=$revs\n";

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


$B$3$N>pJs$,$"$J$?$NC5$7$F$$?$b$N$+$I$&$+A*Br$7$F$/$@$5$!#(B
yes/$B$^$5$K$3$l$@!*(B   no/$B0c$&$J$!(B   part/$B0lIt8+$D$+$C$?(B   try/$B$3$l$G;n$7$F$_$k(B

$B$"$J$?$,C5$7$F$$?>pJs$O$I$N$h$&$J$3$H$+!"$4<+M3$K5-F~2<$5$!#FC$K!V$^$5$K$3$l$@!*!W$H8@$&>l9g$O5-F~$r$*4j$$7$^$9!#(B
$BNc(B:$B!VJ#?t$N%^%7%s$+$i(BCATV$B7PM3$G(Bipmasquerade$B$rMxMQ$7$F(BWeb$B$r;2>H$7$?$>l9g$N@_Dj$K$D$$F!W(B
Follow-Ups: References: