Hi, On Tue, 28 Aug 2007, Shawn O. Pearce wrote: > Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > > On Mon, 27 Aug 2007, Petr Baudis wrote: > > > > > So now I wonder, what is the thing you miss most there? > > > > I wonder if this is repo.or.cz specific, but we recently had a problem > > where the blobs of a project went away, and the forked project still > > relied on them. Any ideas how to solve that issue? > > Its not isolated to repo.or.cz. Right. > Its what happens when you use `git clone --shared A B` and the > repository A that you borrow from removes objects that B depends > upon. But maybe on repo.or.cz we can do something about it? Like using a global object database, or actually teaching git about _splitting_ object databases into parts: something along the lines of "we repack the forked projects before the forkees. That way, the objects will be still there when the forkee "lost" them, but will be repacked into the forked project's database". Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html