summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar andrew <andrew@web>2017-02-20 18:11:03 +0000
committerGravatar admin <admin@branchable.com>2017-02-20 18:11:03 +0000
commit7be5284a4d795e2add46d8819d52fb36e57234d5 (patch)
tree18d0b4efe2c463243804c3bce3b17f97fb6e5a01
parent327f40427ba82efe8b624e4a753a346419036300 (diff)
Added a comment: the problem files
-rw-r--r--doc/forum/sync_--content__44___fatal_is_outside_repository_errors/comment_8_baefe35266021184ee78440226fe2a8d._comment25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/forum/sync_--content__44___fatal_is_outside_repository_errors/comment_8_baefe35266021184ee78440226fe2a8d._comment b/doc/forum/sync_--content__44___fatal_is_outside_repository_errors/comment_8_baefe35266021184ee78440226fe2a8d._comment
new file mode 100644
index 000000000..df9489940
--- /dev/null
+++ b/doc/forum/sync_--content__44___fatal_is_outside_repository_errors/comment_8_baefe35266021184ee78440226fe2a8d._comment
@@ -0,0 +1,25 @@
+[[!comment format=mdwn
+ username="andrew"
+ avatar="http://cdn.libravatar.org/avatar/acc0ece1eedf07dd9631e7d7d343c435"
+ subject="the problem files"
+ date="2017-02-20T18:11:03Z"
+ content="""
+Joey,
+
+the file names seem quite ordinary:
+
+ cv/submissions/BCA_Submission/small_images/drawblocks_2015_IMG_1719.jpg
+ cv/submissions/BCA_Submission/small_images/drawblocks_2015_IMG_3848.jpg
+ cv/submissions/BCA_Submission/small_images/macropavilion_2016_IMG_0391.jpg
+ cv/submissions/BCA_Submission/small_images/sequencing_2016_DSC5048.jpg
+ cv/submissions/BCA_Submission/small_images/sequencing_2016_IMG_8231.jpg
+
+Possibly this is related to an issue I had with v6 and `annex.largefiles` about 12-months ago. I had done `git config annex.largefiles 'largerthan=100kb and not (include=*.c or include=*.h)'`. But I believe this resulted in git-annex thinking locked files with no content present should be added to git instead of annex? After doing a `git-annex add .` I now had a bunch of files whose content was lost. Or perhaps I did a sync with a v5 repo, or perhaps I did a sync with a repo with a different large files settings, I can't remember. Anyhow, I managed to lose links to the file content and `git-annex get` or fsck couldn't retrieve them. I never filed a bug report because I was never able to reproduce the issue on a clean repo.
+
+Anyhow, perhaps spelunking into the git log would give some answers?
+
+
+
+Andrew
+
+"""]]