From: andrew Date: Mon, 23 Jan 2017 02:28:24 +0000 (+0000) Subject: Added a comment: RESOLVED / deleted all files then re-added as zip X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~275^2~738 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a0d938d3729fe1a14279b970b7f675edda497da9;p=git-annex.git Added a comment: RESOLVED / deleted all files then re-added as zip --- diff --git a/doc/forum/sync_--content__44___fatal_is_outside_repository_errors/comment_6_7443fe5f7384431914c714c2b462cf5c._comment b/doc/forum/sync_--content__44___fatal_is_outside_repository_errors/comment_6_7443fe5f7384431914c714c2b462cf5c._comment new file mode 100644 index 0000000000..c8b0e3356b --- /dev/null +++ b/doc/forum/sync_--content__44___fatal_is_outside_repository_errors/comment_6_7443fe5f7384431914c714c2b462cf5c._comment @@ -0,0 +1,24 @@ +[[!comment format=mdwn + username="andrew" + avatar="http://cdn.libravatar.org/avatar/acc0ece1eedf07dd9631e7d7d343c435" + subject="RESOLVED / deleted all files then re-added as zip" + date="2017-01-23T02:28:23Z" + content=""" +OK. I ended up having to delete all the files from git, then re-add them zipped up. + +I re-read the post you mentioned, this helped me resolve my issue: +[assistant crashes in TransferScanner](http://git-annex.branchable.com/bugs/assistant_crashes_in_TransferScanner/) (from johannes) + +Johannes dropped the file, then re-added, that fixed his issue. So I tried that first. + +I did the following: + + * git-annex dropped all problem files. this didn't fix issue + * deleted all problem files (using OS-X Finder), committed the deletion with git (git add -A), issue then fixed + * re-added deleted files, issue came back + * re-added deleted files in different folder, issue came back + * re-added deleted files all with different filenames in different path, issue came back + * zipped up folder of problem files, then added to git-annex, no issues + + +"""]]