From c39fd60958513081997ce5a79e4b89134b902bca Mon Sep 17 00:00:00 2001 From: mario Date: Mon, 25 Feb 2019 14:33:27 +0000 Subject: [PATCH] Added a comment: Find (and other operations) over multiple repos --- ...6_8d931c135df8f9eba201a3dbb94af87e._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/git-annex-find/comment_6_8d931c135df8f9eba201a3dbb94af87e._comment diff --git a/doc/git-annex-find/comment_6_8d931c135df8f9eba201a3dbb94af87e._comment b/doc/git-annex-find/comment_6_8d931c135df8f9eba201a3dbb94af87e._comment new file mode 100644 index 0000000000..29a5aa9143 --- /dev/null +++ b/doc/git-annex-find/comment_6_8d931c135df8f9eba201a3dbb94af87e._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="mario" + avatar="http://cdn.libravatar.org/avatar/4c63b0935789d29210d0bd8cad8d7ac7" + subject="Find (and other operations) over multiple repos" + date="2019-02-25T14:33:26Z" + content=""" +Sometimes I want to move files from one git annex repo to another. It would be really awesome if one could so something like: + + git annex find --in here --and --not --in-repo /path/to/OTHER-REPO + +Just to make myself clear. I do not mean \"other remote\" (foreign instance of \"same\" repo). I actually mean different repos without common location tracking, no common branches, etc. The only concession I would make (since I think it's necessary) would be that the same backend has to be used in both repos. + +This approach could also be relevant for other git annex commands, e.g.: + + git annex move file --to-repo /path/to/OTHER-REPO + +Is there any way to do it? Or would this be a feature request worth to consider? +"""]]