close, behaving as documented

This commit is contained in:
Joey Hess 2025-01-07 14:47:56 -04:00
parent f763868f5e
commit f13819cde0
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 20 additions and 0 deletions

View file

@ -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]]

View file

@ -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.
"""]]