summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2013-06-26 18:30:39 +0000
committerGravatar admin <admin@branchable.com>2013-06-26 18:30:39 +0000
commit5f75c76a2fe6e54cb393e31b9dadb97d3e66ffdb (patch)
treed4a55f186e574b437a33329947ae92e8414dbfd2
parentc84cf1422cf6e55ac242d50f25fbe320e37a8339 (diff)
Added a comment
-rw-r--r--doc/special_remotes/directory/comment_7_4206db69d68d9917623ce02500387021._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/special_remotes/directory/comment_7_4206db69d68d9917623ce02500387021._comment b/doc/special_remotes/directory/comment_7_4206db69d68d9917623ce02500387021._comment
new file mode 100644
index 000000000..b1a3b953e
--- /dev/null
+++ b/doc/special_remotes/directory/comment_7_4206db69d68d9917623ce02500387021._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="4.152.108.193"
+ subject="comment 7"
+ date="2013-06-26T18:30:39Z"
+ content="""
+@nicolas, I suspect you are using `git annex initremote` with the same name that you used for the now dead-and-buried remote. That causes it to be reanimated, which is not what you want.
+
+Since git-annex version 4.20130501, `git annex initremote` is reserved for creating new remotes, not enabling old ones, so it will refuse to do this. That's to avoid exactly this confusion.
+
+Using `git annex initremote` with a different remote name, and the same directory should work just fine.
+"""]]