summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar andrew <andrew@web>2017-01-23 02:28:24 +0000
committerGravatar admin <admin@branchable.com>2017-01-23 02:28:24 +0000
commitb0fd7d3cd8a4679479bc6f585f28ebcf3efb42d7 (patch)
tree6417ff2cb3fa9b3bbba13e995c55506995933326 /doc
parente7bfcd562d1a642dff7e1417eef56bdadcc3bfd5 (diff)
Added a comment: RESOLVED / deleted all files then re-added as zip
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/sync_--content__44___fatal_is_outside_repository_errors/comment_6_7443fe5f7384431914c714c2b462cf5c._comment24
1 files changed, 24 insertions, 0 deletions
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 000000000..c8b0e3356
--- /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
+
+
+"""]]