Ahh, OK, we're already working on this. We call 'em nested repositories
and one of the problems they solve is exactly the problem you described.
Think of them as CVS modules, with a little more formality, and you're
about there. They also solve a bunch of performance problems.
I tend to agree with your comments about not wanting the whole tree, to
some extent. You are aware, of course, that your drop in may not work
if the rest of the tree has moved on. So the drop in has a limited
life span in isolation. With that caveat, drop ins are nice and we'll
have them before too long. Unlike CVS, we like to be able to reproduce
the tree accurately so there is more work to do.
On your comments about CVS being less complex, I don't agree at all.
Almost all of the BK complexity is to handle problems CVS doesn't
handle at all. Another way to say that is when you hit those problems
BK is much much less complex that CVS. For example, a simple file
rename is a nightmare in CVS and a non-issue in BK, it just propogates.
If you want to eliminate learning "bk mv foo.c bar.c", just don't do
that and all of that complexity is never used.
I'll be the first to admit that BK is a big system, but it's no more
complex than CVS if you limit yourself to CVS-like operations. And
when you go beyond those limits, then BK becomes less complex to the
user just as CVS is starting to fall over. Or am I missing something?
Have you read http://www.bitkeeper.com/cvs2bk.html ? That covers the
translation.
----- Larry McVoy lm at bitmover.com http://www.bitmover.com/lm - 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/