summaryrefslogtreecommitdiff
path: root/doc/bugs/allows_repository_with_the_same_name_twice.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-03 19:15:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-03 19:15:22 -0400
commit2c820bbc1ae8c38eb6fd9f982cbdfaace6547b9c (patch)
tree29d180368733f338d9942363e3c97096203999fc /doc/bugs/allows_repository_with_the_same_name_twice.mdwn
parent788d042c563645edffafab3b13d2a2845e939333 (diff)
parent64e96d05feb0c1bff4ef3bed51270e7d48cad4ba (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs/allows_repository_with_the_same_name_twice.mdwn')
-rw-r--r--doc/bugs/allows_repository_with_the_same_name_twice.mdwn23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/allows_repository_with_the_same_name_twice.mdwn b/doc/bugs/allows_repository_with_the_same_name_twice.mdwn
new file mode 100644
index 000000000..91a31f3f0
--- /dev/null
+++ b/doc/bugs/allows_repository_with_the_same_name_twice.mdwn
@@ -0,0 +1,23 @@
+What steps will reproduce the problem?
+
+Unsure. I believe:
+
+* Add a git remote
+* Mark it as dead
+* Remove the git remote, re-add with the same name
+
+What is the expected output? What do you see instead?
+
+When I do a `git annex status` I see:
+
+ 04e701b5-8a22-4391-ad74-d75dde715c7b -- bigserver
+ 6ddfda5d-0f17-45a9-b41a-2a626a823101 -- bigserver
+
+What version of git-annex are you using? On what operating system?
+
+4.20130323 on OSX and Linux
+
+Please provide any additional information below.
+
+Trying to get a file from bigserver kept on failing with the message "Try making some of these repositories available". Which led me on a wild goose chases blaming SSH keys and PATH issues.
+