From f31b2c1657d177da7094ccdadcf153fa58aaa0cf Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Tue, 25 Sep 2018 15:23:35 +0000 Subject: [PATCH] Added a comment --- .../comment_5_45c1788b39953cd7237f014fa94e086b._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Efficiently_move_files_from_one_repo_to_another/comment_5_45c1788b39953cd7237f014fa94e086b._comment diff --git a/doc/forum/Efficiently_move_files_from_one_repo_to_another/comment_5_45c1788b39953cd7237f014fa94e086b._comment b/doc/forum/Efficiently_move_files_from_one_repo_to_another/comment_5_45c1788b39953cd7237f014fa94e086b._comment new file mode 100644 index 0000000000..798fbfea27 --- /dev/null +++ b/doc/forum/Efficiently_move_files_from_one_repo_to_another/comment_5_45c1788b39953cd7237f014fa94e086b._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="Ilya_Shlyakhter" + avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0" + subject="comment 5" + date="2018-09-25T15:23:35Z" + content=""" +Maybe http://git-annex.branchable.com/bare_repositories/ can help. Also, for the approach suggested earlier of storing different repos as unrelated branches in the same repo, maybe could use refspecs and hierarchical branch names (with '/') to keep things sufficiently separate. +"""]]