From a6355c1b344d07baa95e08ccadcf9ddc0dd2816b Mon Sep 17 00:00:00 2001 From: TTTTAAAx Date: Thu, 22 Feb 2024 08:34:47 +0000 Subject: [PATCH] Added a comment: Datalad cannot detect submodule path changed on disk --- ...ment_10_936e145bbe3b6bd928571c17d3416937._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/submodules/comment_10_936e145bbe3b6bd928571c17d3416937._comment diff --git a/doc/submodules/comment_10_936e145bbe3b6bd928571c17d3416937._comment b/doc/submodules/comment_10_936e145bbe3b6bd928571c17d3416937._comment new file mode 100644 index 0000000000..eda12b3fb8 --- /dev/null +++ b/doc/submodules/comment_10_936e145bbe3b6bd928571c17d3416937._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="TTTTAAAx" + avatar="http://cdn.libravatar.org/avatar/9edd4b69b9f9fc9b8c1cb8ecd03902d5" + subject="Datalad cannot detect submodule path changed on disk" + date="2024-02-22T08:34:47Z" + content=""" +> Sounds like you might want to use datalad, which is built around git annex and where submodules are a first-class citizen. + +Datalad handles submodules as subdatasets and add python code layers on it to handle datasets(e.g. dedup submodules). But it doesn't detect the submodules path changed like git. + +So, it doesn't do my needs sadly. +"""]]