diff --git a/doc/bugs/keeps_ext_remote_after_all_urls_unregistered.mdwn b/doc/bugs/keeps_ext_remote_after_all_urls_unregistered.mdwn index 35448a9709..907fefe443 100644 --- a/doc/bugs/keeps_ext_remote_after_all_urls_unregistered.mdwn +++ b/doc/bugs/keeps_ext_remote_after_all_urls_unregistered.mdwn @@ -26,3 +26,5 @@ I think that git-annex should have completely dissociated that remote from the k [[!meta author=yoh]] [[!tag projects/dandi]] + +> Behaving as documented. [[done]] --[[Joey]] diff --git a/doc/bugs/keeps_ext_remote_after_all_urls_unregistered/comment_1_a1c532b22645802a85eec35a05c2b1b0._comment b/doc/bugs/keeps_ext_remote_after_all_urls_unregistered/comment_1_a1c532b22645802a85eec35a05c2b1b0._comment new file mode 100644 index 0000000000..b17a77ad11 --- /dev/null +++ b/doc/bugs/keeps_ext_remote_after_all_urls_unregistered/comment_1_a1c532b22645802a85eec35a05c2b1b0._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2025-01-07T18:41:20Z" + content=""" +Removing the last url from the web special remote makes it treat +content as no longer present in that remote. That is a documented special +case. + +For all other special remotes, git-anenx does not have any reason +to expect that removing a record of an url will mean that the special +remote will not be able to still retrieve content that was stored on it. + +reregisterurl is no different than unregisterurl in this respect. Both document +this special case. You've filed multiple bugs about rmurl having the same +behavior in the past, IIRC. And IIRC those all got closed, so I guess I'll +close this one too. +"""]]