Follow up for a possible "robust" operation while figuring out either we should state that directory under .git/annex/objects "exists" or not, in follow up to #52 (comment)
Ideally we should get a full filetree in current HEAD, get all git-annex'ed files (might be locked?) and only react to those directories under .git/annex/objects which are actually used.
Pros:
Cons:
- heavy tree could take awhile to read
- heavier checks for every such directory/file
Follow up for a possible "robust" operation while figuring out either we should state that directory under
.git/annex/objects"exists" or not, in follow up to #52 (comment)Ideally we should get a full filetree in current HEAD, get all git-annex'ed files (might be locked?) and only react to those directories under
.git/annex/objectswhich are actually used.Pros:
Cons: