Don Marti
2013-04-13 14:45:39 UTC
What happens when you're doing a copy of a Git
repository that's in the process of being pushed to
or garbage collected?
http://joeyh.name/blog/entry/difficulties_in_backing_up_live_git_repositories/
http://marc.info/?l=git&m=136422341014631&w=2
Sometimes, bad things.
Here's a hypothetical game.
Let's say that programmer A has the job of
implementing POSIX cp(1), but has decided to do it
in a way that will pass the "cp" test suite but order
the file copying to maximize the chances of breaking
copies of Git repositories that are being changed
during the copy. (For example, "evil cp" might see
if there are any subdirectories directories named
"objects", copy their contents first, then pause,
then copy the rest.)
Programmer B has decided to extend Git to defend
against "evil cp" so that the copy is usable, even if
"evil cp" and a large push and repack happened at
the same time.
A has full access to the Git source code and mailing
list. B is aware of the existence of "evil cp"
but not the details of what it does.
Who wins?
repository that's in the process of being pushed to
or garbage collected?
http://joeyh.name/blog/entry/difficulties_in_backing_up_live_git_repositories/
http://marc.info/?l=git&m=136422341014631&w=2
Sometimes, bad things.
Here's a hypothetical game.
Let's say that programmer A has the job of
implementing POSIX cp(1), but has decided to do it
in a way that will pass the "cp" test suite but order
the file copying to maximize the chances of breaking
copies of Git repositories that are being changed
during the copy. (For example, "evil cp" might see
if there are any subdirectories directories named
"objects", copy their contents first, then pause,
then copy the rest.)
Programmer B has decided to extend Git to defend
against "evil cp" so that the copy is usable, even if
"evil cp" and a large push and repack happened at
the same time.
A has full access to the Git source code and mailing
list. B is aware of the existence of "evil cp"
but not the details of what it does.
Who wins?
--
Don Marti +1-510-332-1587 (mobile)
http://zgp.org/~dmarti/ Alameda, California, USA
***@zgp.org
Don Marti +1-510-332-1587 (mobile)
http://zgp.org/~dmarti/ Alameda, California, USA
***@zgp.org