summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-09 18:59:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-09 19:00:28 -0400
commitd2a56e1d4ac55887f7fa58c1dd0f4b60be7709df (patch)
tree730fa889a487316e1f9a8eeba5da86de499de933
parentf5b073719d48f593e495df323fbb109f6dd30352 (diff)
webapp: Repo switcher filters out repos that do not exist any more (or are on a drive that's not mounted).
-rw-r--r--debian/changelog2
-rw-r--r--doc/bugs/The_webapp_doesn__39__t_allow_deleting_repositories/comment_2_53499da1185c56d8fd25f86ba41d96ce._comment2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c2fa135d2..eceb47493 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ git-annex (3.20130108) UNRELEASED; urgency=low
* Special remotes now all rollback storage of keys that get modified
during the transfer, which can happen in direct mode.
* drop: Suggest using git annex move when numcopies prevents dropping a file.
+ * webapp: Repo switcher filters out repos that do not exist any more
+ (or are on a drive that's not mounted).
-- Joey Hess <joeyh@debian.org> Tue, 08 Jan 2013 12:37:38 -0400
diff --git a/doc/bugs/The_webapp_doesn__39__t_allow_deleting_repositories/comment_2_53499da1185c56d8fd25f86ba41d96ce._comment b/doc/bugs/The_webapp_doesn__39__t_allow_deleting_repositories/comment_2_53499da1185c56d8fd25f86ba41d96ce._comment
index d76c77587..e84094738 100644
--- a/doc/bugs/The_webapp_doesn__39__t_allow_deleting_repositories/comment_2_53499da1185c56d8fd25f86ba41d96ce._comment
+++ b/doc/bugs/The_webapp_doesn__39__t_allow_deleting_repositories/comment_2_53499da1185c56d8fd25f86ba41d96ce._comment
@@ -6,4 +6,6 @@
content="""
I created a new local repository to play with the new Direct Mode features. I ended up deleting it (deleting the directory), but when I launched the assistant, I was still given the option of \"switching repository\" to the now-deleted one. It threw the error Internal Server Error (user error (git [\"config\",\"--null\",\"--list\"] exited 126)).
+> Fixed this. --[[Joey]]
+
"""]]