From 86fa67cd54cdc8ed57752ed127759911f481fca5 Mon Sep 17 00:00:00 2001 From: scinu Date: Tue, 10 Mar 2020 22:17:47 +0000 Subject: [PATCH] removed --- ..._96d645a301e211de59aefcfff1311429._comment | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 doc/bugs/upgrade_to_V8_fails/comment_7_96d645a301e211de59aefcfff1311429._comment diff --git a/doc/bugs/upgrade_to_V8_fails/comment_7_96d645a301e211de59aefcfff1311429._comment b/doc/bugs/upgrade_to_V8_fails/comment_7_96d645a301e211de59aefcfff1311429._comment deleted file mode 100644 index 8c5b6ea581..0000000000 --- a/doc/bugs/upgrade_to_V8_fails/comment_7_96d645a301e211de59aefcfff1311429._comment +++ /dev/null @@ -1,28 +0,0 @@ -[[!comment format=mdwn - username="scinu" - avatar="http://cdn.libravatar.org/avatar/c5a190c5c0ce61a5be141609dff37fe1" - subject="Double symlinks" - date="2020-03-10T22:06:48Z" - 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\" -topic1/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/... - - - -"""]]