On Tue, Jul 3, 2018 at 11:32 AM Brian Dolbec <dol...@gentoo.org> wrote: > > 1) it is still the most bandwidth economical means of distributing the > tree
Is this true? If I do two syncs 10min apart, I have to imagine that less data will get transferred for git. Certianly there will be less disk IO. I think the main issue is when does the crossover happen because if I sync a year apart git is going to send every file that was ever added and then removed from the tree in that time. Also, do we care about bandwidth when there are mirrors that offer it for free? > 2) we have a large infrastructure of rsync mirrors, which we do not for > git. > Do we need them. I've yet to see somebody complain about poor syncing performance from github. I imagine we could just use that and a few other free mirroring services to distribute the tree. While I appreciate all the donors giving us mirrors/etc, it seems like we would be much more resilient if we didn't require them in the first place. -- Rich