From 5fb21f1260607bdf542a7405af5045ba3f1d78f4 Mon Sep 17 00:00:00 2001 From: michalrus Date: Sat, 25 Feb 2017 18:47:36 +0000 Subject: [PATCH 1/4] Added a comment --- ...ent_2_282aaaed5e95e8062460f94ac3a68dea._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/S3_remote___8212___un-embedding_creds__63__/comment_2_282aaaed5e95e8062460f94ac3a68dea._comment diff --git a/doc/bugs/S3_remote___8212___un-embedding_creds__63__/comment_2_282aaaed5e95e8062460f94ac3a68dea._comment b/doc/bugs/S3_remote___8212___un-embedding_creds__63__/comment_2_282aaaed5e95e8062460f94ac3a68dea._comment new file mode 100644 index 0000000000..9c2e141f37 --- /dev/null +++ b/doc/bugs/S3_remote___8212___un-embedding_creds__63__/comment_2_282aaaed5e95e8062460f94ac3a68dea._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="michalrus" + avatar="http://cdn.libravatar.org/avatar/83c0b6e7f9d20f09a892263c4903bbae" + subject="comment 2" + date="2017-02-25T18:47:35Z" + content=""" +Sure, that’s what I did at the very beginning (revoking the creds on AWS). + +But still, when I clone this repo, `git annex info S3` in this fresh clone, says that credentials are embedded. This is a bit misleading. + +Maybe updating S3 configuration with `embedcreds=no` could change that behavior? + +It wouldn’t matter from the security standpoint (which is solved by changing permissions directly on AWS), but would simply be beneficial for usability. =) +"""]] From 03826e97599eb9490d9d808bd3f49d3d1298fe24 Mon Sep 17 00:00:00 2001 From: michalrus Date: Sat, 25 Feb 2017 18:53:27 +0000 Subject: [PATCH 2/4] --- .../Merging_two_git-annex_repositories_together__63__.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/Merging_two_git-annex_repositories_together__63__.mdwn diff --git a/doc/forum/Merging_two_git-annex_repositories_together__63__.mdwn b/doc/forum/Merging_two_git-annex_repositories_together__63__.mdwn new file mode 100644 index 0000000000..fb3c9d01ed --- /dev/null +++ b/doc/forum/Merging_two_git-annex_repositories_together__63__.mdwn @@ -0,0 +1,7 @@ +Hello! + +I’ve got two repos, both are using git-annex. + +Can I somehow merge them together, into one? + +Thank you! From 9bb93e2129da5cfce74a89c80460a906a6936c64 Mon Sep 17 00:00:00 2001 From: openmedi Date: Sat, 25 Feb 2017 20:35:53 +0000 Subject: [PATCH 3/4] Added a comment --- .../comment_1_b96bb95cdbbc78c0b4b348861e2264bd._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Merging_two_git-annex_repositories_together__63__/comment_1_b96bb95cdbbc78c0b4b348861e2264bd._comment diff --git a/doc/forum/Merging_two_git-annex_repositories_together__63__/comment_1_b96bb95cdbbc78c0b4b348861e2264bd._comment b/doc/forum/Merging_two_git-annex_repositories_together__63__/comment_1_b96bb95cdbbc78c0b4b348861e2264bd._comment new file mode 100644 index 0000000000..46be89f739 --- /dev/null +++ b/doc/forum/Merging_two_git-annex_repositories_together__63__/comment_1_b96bb95cdbbc78c0b4b348861e2264bd._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="openmedi" + avatar="http://cdn.libravatar.org/avatar/563ffaff3b492c579bd8f094472e4506" + subject="comment 1" + date="2017-02-25T20:35:52Z" + content=""" +I think you could add those two repositories as remotes of each other and merge them with the `--allow-unrelated-histories` option. But I'm not sure if this is a good idea, or not. But some googling in that direction might yield some useful information. Good luck! +"""]] From b4f7979391e9eba1c7408590a8ba39a3826c32b9 Mon Sep 17 00:00:00 2001 From: michalrus Date: Sun, 26 Feb 2017 00:59:21 +0000 Subject: [PATCH 4/4] Added a comment --- ...comment_2_539a33b268be5c6954f3112d89dd34ef._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Merging_two_git-annex_repositories_together__63__/comment_2_539a33b268be5c6954f3112d89dd34ef._comment diff --git a/doc/forum/Merging_two_git-annex_repositories_together__63__/comment_2_539a33b268be5c6954f3112d89dd34ef._comment b/doc/forum/Merging_two_git-annex_repositories_together__63__/comment_2_539a33b268be5c6954f3112d89dd34ef._comment new file mode 100644 index 0000000000..5059bc45df --- /dev/null +++ b/doc/forum/Merging_two_git-annex_repositories_together__63__/comment_2_539a33b268be5c6954f3112d89dd34ef._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="michalrus" + avatar="http://cdn.libravatar.org/avatar/83c0b6e7f9d20f09a892263c4903bbae" + subject="comment 2" + date="2017-02-26T00:59:21Z" + content=""" +No, actually everything just works. ♥ + +It’s amazing! Thank you! +"""]]