diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-30 12:31:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-30 12:32:44 -0400 |
commit | 60330325aa7e38844ef02251e850936902cd084f (patch) | |
tree | ca358d4b53a288207039560bff4e054436143c10 /doc | |
parent | 099ee753fab199fbc63fc2ac7bbf2f7698e2b0fa (diff) |
webapp: Avoid stomping on existing group and preferred content settings when adding a local repository (or removable drive repository) that already exists.
This does mean that if the webapp is asked to add a git repository on
a removable drive that already exists, but is not yet a git-annex
repository, it will avoid putting it in any group. That unlikely edge case
is ok; the next step is the edit repository screen, which will show it's
not in any group and the user can pick one.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/adding_existing_repo_as_remote_in_webapp_may_reset_its_group.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/bugs/adding_existing_repo_as_remote_in_webapp_may_reset_its_group.mdwn b/doc/bugs/adding_existing_repo_as_remote_in_webapp_may_reset_its_group.mdwn index 157296085..492adfe8b 100644 --- a/doc/bugs/adding_existing_repo_as_remote_in_webapp_may_reset_its_group.mdwn +++ b/doc/bugs/adding_existing_repo_as_remote_in_webapp_may_reset_its_group.mdwn @@ -5,4 +5,7 @@ settings. Adding existing local repositories or repositories from removable drives may have the same problems. Didn't check yet. -[[!ttag confirmed]] --[[Joey]] +[[!tag confirmed]] --[[Joey]] + +> Fixed for local repos and repos on removable drives. Still open for +> ssh remotes (incl gcrypt). --[[Joey]] |