Matt Mackall <[EMAIL PROTECTED]> writes: > Now if you can assume that blobs never change and are never deleted, > you can simply append them all onto a log, and then index them with a > separate file containing an htree of (sha1, offset, length) or the > like.
That mean a problem with rsync, though. BTW: I think the bandwidth increase compared to bkcvs isn't that obvious. After a file is modified with git, it has to be transmitted (plus small additional things. If a file is modified with bkcvs, it has to be transmitted (the whole RCS file) as well. Only the initial rsync would be much smaller with bkcvs. -- Krzysztof Halasa - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/