From 4c1ffaac56f5b34f969b7c8654e5f2ddd2150720 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Thu, 25 Feb 2021 20:27:46 +0000 Subject: [PATCH] TODO for unregisterurl --- doc/todo/unregisterurl_KEY_URL.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/todo/unregisterurl_KEY_URL.mdwn diff --git a/doc/todo/unregisterurl_KEY_URL.mdwn b/doc/todo/unregisterurl_KEY_URL.mdwn new file mode 100644 index 0000000000..627def2e49 --- /dev/null +++ b/doc/todo/unregisterurl_KEY_URL.mdwn @@ -0,0 +1,15 @@ +``` +$> git annex --mumba 2>&1 | grep -e url + addurl URL ... add urls to annex + rmurl FILE URL ... record file is not available at url + registerurl KEY URL registers an url for a key + +$> git annex version | head -n 1 +git-annex version: 8.20210223-1~ndall+1 + +``` + +So ATM there is addurl/rmurl when operating on a FILE, and there is `registerurl` when operating on a KEY, but there seems to be no way to `unregisterurl` as to `rmurl` from a KEY. I have not found how could it be possibly done ATM without direct editing of .web files in the git-annex branch. + +[[!meta author=yoh]] +[[!tag projects/dandi]]