From b1217e0a5a453c1cfd4cd15d2924792e2dfe273e Mon Sep 17 00:00:00 2001 From: "acbg@8d58f794ce92f6be28b5dbd402059bc30262eb92" Date: Thu, 3 Mar 2016 16:16:28 +0000 Subject: [PATCH 1/2] Added a comment: Since which version does this apply? --- ...comment_1_b84e5cb8316c30fc7b355234384a5899._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/tips/largefiles/comment_1_b84e5cb8316c30fc7b355234384a5899._comment diff --git a/doc/tips/largefiles/comment_1_b84e5cb8316c30fc7b355234384a5899._comment b/doc/tips/largefiles/comment_1_b84e5cb8316c30fc7b355234384a5899._comment new file mode 100644 index 0000000000..79374cd14a --- /dev/null +++ b/doc/tips/largefiles/comment_1_b84e5cb8316c30fc7b355234384a5899._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="acbg@8d58f794ce92f6be28b5dbd402059bc30262eb92" + nickname="acbg" + subject="Since which version does this apply?" + date="2016-03-03T16:16:28Z" + content=""" +I use version 5.20140412, and I've tried the annex.largefiles in .gitattributes, but doesn't work. Every file is added to .git/annex/objects, including the ones that are excluded in .gitattributes. + +I've just started using git-annex so maybe I'm doing something wrong... +"""]] From 0aec17ea5557faf192e85786e3f324d99e2e3f02 Mon Sep 17 00:00:00 2001 From: Horus Date: Thu, 3 Mar 2016 18:17:35 +0000 Subject: [PATCH 2/2] Added a comment --- ..._6b110311f4c147dc315c4f610cf56afa._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/forum/How_to_shrink_transfer_repo__63__/comment_1_6b110311f4c147dc315c4f610cf56afa._comment diff --git a/doc/forum/How_to_shrink_transfer_repo__63__/comment_1_6b110311f4c147dc315c4f610cf56afa._comment b/doc/forum/How_to_shrink_transfer_repo__63__/comment_1_6b110311f4c147dc315c4f610cf56afa._comment new file mode 100644 index 0000000000..5c1c71475d --- /dev/null +++ b/doc/forum/How_to_shrink_transfer_repo__63__/comment_1_6b110311f4c147dc315c4f610cf56afa._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="Horus" + subject="comment 1" + date="2016-03-03T18:17:35Z" + content=""" +Ok, I try to do 2) but it still fails: + +``` +dropunused 265 (from astarte...) (unsafe) + Could only verify the existence of 0 out of 1 necessary copies + + Rather than dropping this file, try using: git annex move + + (Use --force to override this check, or adjust numcopies.) +failed +``` + +all repositories are reachable directly. +"""]]