summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-10-26 14:04:59 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-10-26 14:04:59 -0400
commit8c97232005fa71697281c947d10482a8950160b3 (patch)
tree1af35b23449522b189b2c6a220891b64d29650ad
parentf2c5dac2a88f643b1c68c1f75418576fc3327fae (diff)
comment
-rw-r--r--doc/bugs/how_to_copy_tp_multiple_remotes_simultaneously__63__/comment_1_311a8a43d360074abd522fff14bfcb45._comment15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/how_to_copy_tp_multiple_remotes_simultaneously__63__/comment_1_311a8a43d360074abd522fff14bfcb45._comment b/doc/bugs/how_to_copy_tp_multiple_remotes_simultaneously__63__/comment_1_311a8a43d360074abd522fff14bfcb45._comment
new file mode 100644
index 000000000..9661ac5f1
--- /dev/null
+++ b/doc/bugs/how_to_copy_tp_multiple_remotes_simultaneously__63__/comment_1_311a8a43d360074abd522fff14bfcb45._comment
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-10-26T18:02:43Z"
+ content="""
+You need to provide more detail about "lock contention on `.git/config`".
+Ideally an actual error message.
+
+Normally it's perfectly fine to run multiple `git annex copy`, or any
+other git-annex command for that matter.
+
+And the only thing I know of that locks .git/config is when the
+configuration is being changed, which doesn't normally happen when
+copying to a remote, unless perhaps this remote has never been used before.
+"""]]