From: yarikoptic Date: Mon, 5 Oct 2020 15:26:10 +0000 (+0000) Subject: Added a comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~112^2~16^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4bb980bfb9d07fcb9b0d2f9c0877ae1b41dd9a8f;p=git-annex.git Added a comment --- diff --git a/doc/todo/clarify_that_v7_applies_to_all_clones/comment_6_d08112cda6dc6e6f292bc1caf50f3c03._comment b/doc/todo/clarify_that_v7_applies_to_all_clones/comment_6_d08112cda6dc6e6f292bc1caf50f3c03._comment new file mode 100644 index 0000000000..79af795bd8 --- /dev/null +++ b/doc/todo/clarify_that_v7_applies_to_all_clones/comment_6_d08112cda6dc6e6f292bc1caf50f3c03._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 6" + date="2020-10-05T15:26:08Z" + content=""" +THANK YOU Kyle! `find --unlocked` works! + +But the tricky part is that I wanted to use some \"single\" instance of git-annex which would support `find --unlocked` and also v5 so I could fsck and do some other tests after I do the evil downgrade. But older versions, such as 7.20191114, which support v5 do not support v8, so cannot do `find --unlocked` on v8. So I need to either + +- find another later version which would support both v5 and v8 +- make script use multiple versions of git-annex from different locations (one for initial `find --unlocked` and then another one for subsequent checks etc) +- find a way for `find --unlocked` without invoking `git-annex`. +"""]]