summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-20 12:49:16 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-20 12:49:16 -0400
commitfe784705b751b6140d2f17f3c4a84885dbbcdca1 (patch)
tree22ec75ed370c69fac91f9e3c686837c9f63aefb1
parent405d2c3daf9ac38edd6ca5d1af668f01f5dfe4f5 (diff)
comment
-rw-r--r--doc/bugs/add_fails_with_v6_repo_when_four_levels_deep/comment_6_ce19be99100dfadc9e69729a7af98dff._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/bugs/add_fails_with_v6_repo_when_four_levels_deep/comment_6_ce19be99100dfadc9e69729a7af98dff._comment b/doc/bugs/add_fails_with_v6_repo_when_four_levels_deep/comment_6_ce19be99100dfadc9e69729a7af98dff._comment
new file mode 100644
index 000000000..bba777c38
--- /dev/null
+++ b/doc/bugs/add_fails_with_v6_repo_when_four_levels_deep/comment_6_ce19be99100dfadc9e69729a7af98dff._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 6"""
+ date="2017-02-20T16:27:39Z"
+ content="""
+I also can't reproduce any problem running the script from comment #5
+here.
+
+(The reason that `git ls-files --modified` is
+throwing the error is because that ends up running git-annex
+when in a v6 repo.
+
+Seems like it must come down to the version of git, or some
+other part of the environment, since it is only happening on one computer
+and not others.
+
+Are there any symlinks in the path to the repository where this happens?
+Does this happen if you run the script in `/tmp/newrepo`?
+"""]]