From 213b30056dba7ac27b2a1e3d7cb1d6f3bfa98490 Mon Sep 17 00:00:00 2001 From: Horus Date: Wed, 10 Jul 2019 11:49:32 +0000 Subject: [PATCH] --- doc/forum/Change_a_special_remote__39__s_type.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/Change_a_special_remote__39__s_type.mdwn diff --git a/doc/forum/Change_a_special_remote__39__s_type.mdwn b/doc/forum/Change_a_special_remote__39__s_type.mdwn new file mode 100644 index 0000000000..bd6d6a0210 --- /dev/null +++ b/doc/forum/Change_a_special_remote__39__s_type.mdwn @@ -0,0 +1,7 @@ +Hello, + +I have accidentally created a special remote of the wrong type (rsync instead of webdav). I would like to reuse the name of that special remote for consistency with other repos, but marking dead does and initremote still not allows me to reuse the name. A new enableremote with the correct configuration succeeds, but the `git annex show XXX` still shows the remote as type rsync and dead. + +Is there a way to a) revive the remote and b) change the type of it? + +Thanks!