TODO: all invalid repos dealt with
commita7f5b79dc8f1650d08d144925f61397945faf371
authorKyle J. McKay <mackyle@gmail.com>
Sun, 30 Jun 2013 08:43:24 +0000 (30 01:43 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 30 Jun 2013 08:43:24 +0000 (30 01:43 -0700)
tree1369492be85d49ad8cc46251096b2c08e3bf88c3
parent21d26f13a44951e6989535555ed949d4c72c22aa
TODO: all invalid repos dealt with

There were two causes for the invalid repos:

1) A bug in gc.sh that failed to copy objects into the children
   when the parent was itself a fork.  FIXED.

2) A permissions conflict between the user running gc.sh and
   the actual owner and group of the objects subdirectories.
   FIXED.
TODO