Added a comment: cannot "unregister" fully
authoryarikoptic <yarikoptic@web>
Tue, 5 Nov 2024 20:59:16 +0000 (20:59 +0000)
committeradmin <admin@branchable.com>
Tue, 5 Nov 2024 20:59:16 +0000 (20:59 +0000)
doc/git-annex-reregisterurl/comment_1_2b77b76dd091ff7d3df776c700b29fe6._comment [new file with mode: 0644]

diff --git a/doc/git-annex-reregisterurl/comment_1_2b77b76dd091ff7d3df776c700b29fe6._comment b/doc/git-annex-reregisterurl/comment_1_2b77b76dd091ff7d3df776c700b29fe6._comment
new file mode 100644 (file)
index 0000000..5d62a6f
--- /dev/null
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="yarikoptic"
+ avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
+ subject="cannot &quot;unregister&quot; fully"
+ date="2024-11-05T20:59:15Z"
+ content="""
+> Note that, like git-annex unregisterurl, using this option unregisters an url from a special remote, but it does not mark the content as not present in that special remote.
+
+But then how to mark \"not present\" in that remote?  After `git-annex-reregisterurl` I still have `[datalad]` remote listed although url now, correctly, associated with `web`. I have tried  `drop` but that didn't work
+
+```shell
+❯ git annex drop --from datalad images/neurodesk/neurodesk-afni--21.2.00.simg
+drop images/neurodesk/neurodesk-afni--21.2.00.simg (from datalad...) (locking smaug...) 
+  Removal of content from urls is not possible
+failed
+drop: 1 failed
+```
+
+Could there may be option `--fully` or `--mark-not-present` option to make it 1 invocation operation?
+"""]]