diff options
author | https://launchpad.net/~stephane-gourichon-lpad <stephane-gourichon-lpad@web> | 2017-07-18 11:25:42 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-07-18 11:25:42 +0000 |
commit | 709c77a00f047d8fb8c34046500f3d9e1e983a8c (patch) | |
tree | b46300f3ef02705d5e72bc6e7585f20f7a854529 | |
parent | 8da157b424cfcf0a4c35e60ef3cf7ac89e2f916d (diff) |
Added a comment: Syncing between untuned and tuned repo?
-rw-r--r-- | doc/tuning/comment_3_7ffb2734b8a6c8fe6b1aa01d48ef6d10._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tuning/comment_3_7ffb2734b8a6c8fe6b1aa01d48ef6d10._comment b/doc/tuning/comment_3_7ffb2734b8a6c8fe6b1aa01d48ef6d10._comment new file mode 100644 index 000000000..e218f7c16 --- /dev/null +++ b/doc/tuning/comment_3_7ffb2734b8a6c8fe6b1aa01d48ef6d10._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="https://launchpad.net/~stephane-gourichon-lpad" + nickname="stephane-gourichon-lpad" + avatar="http://cdn.libravatar.org/avatar/02d4a0af59175f9123720b4481d55a769ba954e20f6dd9b2792217d9fa0c6089" + subject="Syncing between untuned and tuned repo?" + date="2017-07-18T11:25:42Z" + content=""" +> Also, it's not safe to merge two separate git repositories that have been tuned differently (or one tuned and the other one not). git-annex will prevent merging their git-annex branches together, but it cannot prevent git merge remote/master merging two branches, and the result will be ugly at best (git annex fix can fix up the mess somewhat). + +I'm highly interested in the lowercase option since current behavior has lead to a number of file duplications that are still not solved. My main use repo is 1.7TB large and holds 172.000+ annexed files and I'm definitely not the only one with a big repo. + +Does migrating to a tuned repository mean unannexing everything and reimporting into a newly created annex, replica by replica then sync again? That's a high price in some setup. Or is there a way to somehow `git annex sync` between a newly created repo and an old, untuned one? + +"""]] |