From: scinu Date: Tue, 10 Mar 2020 22:17:20 +0000 (+0000) Subject: Added a comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~122^2~113 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8712a4d348afd1a11c40d78fd5b7d8da13273c62;p=git-annex.git Added a comment --- diff --git a/doc/bugs/upgrade_to_V8_fails/comment_9_f7d7b8a5defbc5f546545ffd9475c9df._comment b/doc/bugs/upgrade_to_V8_fails/comment_9_f7d7b8a5defbc5f546545ffd9475c9df._comment new file mode 100644 index 0000000000..dd8a32d7bc --- /dev/null +++ b/doc/bugs/upgrade_to_V8_fails/comment_9_f7d7b8a5defbc5f546545ffd9475c9df._comment @@ -0,0 +1,27 @@ +[[!comment format=sh + username="scinu" + avatar="http://cdn.libravatar.org/avatar/c5a190c5c0ce61a5be141609dff37fe1" + subject="comment 9" + date="2020-03-10T22:17:20Z" + content=""" +Sorry for not being clear + +for example /papers is a directory under git annex, + +a.pdf is a symlink to a file in the annex (annex filename abbreviated) as created by \"git-annex add\" + +topic1/a.pdf is another symlink to the same file in the annex --> this is a copy of a.pdf, registered with \"git-annex add\" +topic2/a.pdf is yet another symlink to the same file in the annex --> this is another copy of a.pdf, registered with \"git-annex add\" + +so the directory listing would look like this: + +/papers/.git/annex/.... +/papers/a.pdf -> .git/annex/objects/pm/XX/SHA256E-s107393... + +/papers/topic1/a.pdf -> .git/annex/objects/pm/XX/SHA256E-s107393... +/papers/topic2/a.pdf -> .git/annex/objects/pm/XX/SHA256E-s107393... + +All of these symlinks point to the same file on disk under /papers/.git/annex/... + + +"""]]