aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Renamed_special_remote_cannot_be_reactivated_by_the_webapp.mdwn
diff options
context:
space:
mode:
authorGravatar spwhitton <spwhitton@web>2013-03-12 09:42:04 +0000
committerGravatar admin <admin@branchable.com>2013-03-12 09:42:04 +0000
commitb721fb4d766dd62d1bff61d6d58af5cd103087ee (patch)
tree9c6796785e7c17e587748f8d82b6ff23d8f0c015 /doc/bugs/Renamed_special_remote_cannot_be_reactivated_by_the_webapp.mdwn
parent15d8b7b2a93a5ce057a25d6d7fcf60f6d1a42c0d (diff)
Diffstat (limited to 'doc/bugs/Renamed_special_remote_cannot_be_reactivated_by_the_webapp.mdwn')
-rw-r--r--doc/bugs/Renamed_special_remote_cannot_be_reactivated_by_the_webapp.mdwn28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/bugs/Renamed_special_remote_cannot_be_reactivated_by_the_webapp.mdwn b/doc/bugs/Renamed_special_remote_cannot_be_reactivated_by_the_webapp.mdwn
new file mode 100644
index 000000000..605027f28
--- /dev/null
+++ b/doc/bugs/Renamed_special_remote_cannot_be_reactivated_by_the_webapp.mdwn
@@ -0,0 +1,28 @@
+Setup:
+
+* fresh install of Debian Wheezy with git-annex 4.20130227 pulled in from unstable
+* clone existing repository and activate assistant
+* repository has encrypted rsync remote originally setup with the name `metaarray`
+* this remote was renamed to `ma` a long time ago, using the webapp
+* had to perform this rename on each client
+
+Steps:
+
+* attempt to reactivate special remote using webapp repositories page, on reinstalled machine
+
+Expected:
+
+* special remote starts working
+* renaming special remotes ought to survive clones
+
+Actual:
+
+* firstly, special remote activation page has blank hostname box and the hostname of the machine is in the username box
+* form gives error "cannot change encryption type of existing remote"
+
+Workaround:
+
+* execute `git annex initremote metaarray`
+* rename `metaarray` to `ma` again using the webapp
+
+Perhaps the renaming of the remote not surviving clones is unavoidable, but the webapp should be able to cope with the situation. Thanks.