From 848d1600779093aa6aa5721a16b78f3cbfc8cee5 Mon Sep 17 00:00:00 2001 From: "jk@3f2b4ce16bbac41470815333505aa47b91b7a9a6" Date: Mon, 12 Sep 2016 19:57:03 +0000 Subject: [PATCH 1/4] Added a comment --- ...comment_2_36edcd5a3eaba6382ada92b07ede728f._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/build_fails_on_debian_jessie/comment_2_36edcd5a3eaba6382ada92b07ede728f._comment diff --git a/doc/bugs/build_fails_on_debian_jessie/comment_2_36edcd5a3eaba6382ada92b07ede728f._comment b/doc/bugs/build_fails_on_debian_jessie/comment_2_36edcd5a3eaba6382ada92b07ede728f._comment new file mode 100644 index 0000000000..9a7abb47d3 --- /dev/null +++ b/doc/bugs/build_fails_on_debian_jessie/comment_2_36edcd5a3eaba6382ada92b07ede728f._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="jk@3f2b4ce16bbac41470815333505aa47b91b7a9a6" + nickname="jk" + subject="comment 2" + date="2016-09-12T19:57:03Z" + content=""" +Got round to this eventually - build disk-space-free and mountpoints easily enough but then got into dependency hell over the shakespeare package: debian build process wants a later version than present in jessie, but won't build the stretch version against the jessie haskell packages. + +I haven't got much experience of haskell, especially under debian build: is there a way out of this? +"""]] From a1809b28274c7367857da39a44bb750d4b0ad6bc Mon Sep 17 00:00:00 2001 From: "jk@3f2b4ce16bbac41470815333505aa47b91b7a9a6" Date: Tue, 13 Sep 2016 07:05:48 +0000 Subject: [PATCH 2/4] Added a comment --- .../comment_3_3f6e35e7b618bf1762e37611b13e26bb._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/build_fails_on_debian_jessie/comment_3_3f6e35e7b618bf1762e37611b13e26bb._comment diff --git a/doc/bugs/build_fails_on_debian_jessie/comment_3_3f6e35e7b618bf1762e37611b13e26bb._comment b/doc/bugs/build_fails_on_debian_jessie/comment_3_3f6e35e7b618bf1762e37611b13e26bb._comment new file mode 100644 index 0000000000..5ab817b32d --- /dev/null +++ b/doc/bugs/build_fails_on_debian_jessie/comment_3_3f6e35e7b618bf1762e37611b13e26bb._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="jk@3f2b4ce16bbac41470815333505aa47b91b7a9a6" + nickname="jk" + subject="comment 3" + date="2016-09-13T07:05:48Z" + content=""" +A bit more detail: the version of git-annex in jessie-backports has shakespeare 2 as a dependency, but jessie-backports does not contain a package of that; also my attempts to build shakespeare 2 in a jessie{,-backports} enviroment fails with a long list of failed dependencies. +"""]] From d5bc4bf9dc06a11e470c247ff153bb47c53fc585 Mon Sep 17 00:00:00 2001 From: git-starter Date: Tue, 13 Sep 2016 15:48:30 +0000 Subject: [PATCH 3/4] --- doc/forum/partial_annex_repository.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/partial_annex_repository.mdwn diff --git a/doc/forum/partial_annex_repository.mdwn b/doc/forum/partial_annex_repository.mdwn new file mode 100644 index 0000000000..d83eac1a77 --- /dev/null +++ b/doc/forum/partial_annex_repository.mdwn @@ -0,0 +1,14 @@ +After I created a git repository, I added annex to it. + +Now, if I add a new file with 'git add', it goes into the annex. However previously existing files are not in the annex. + +What are the implications of this? Should I care? + +FWIW, most of the files are small, so I see no reason for the annex for them. + +How do I add a new file and not put it in the annex? + +How to I switch a file from one to the other? + +Thanks. + From f630a893c2e5f22e7daba1934cc9c0d09b024475 Mon Sep 17 00:00:00 2001 From: git-starter Date: Tue, 13 Sep 2016 20:27:23 +0000 Subject: [PATCH 4/4] Added a comment: clarification --- ...ent_1_5e594914724a04e21087e1e4e57c2d30._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/partial_annex_repository/comment_1_5e594914724a04e21087e1e4e57c2d30._comment diff --git a/doc/forum/partial_annex_repository/comment_1_5e594914724a04e21087e1e4e57c2d30._comment b/doc/forum/partial_annex_repository/comment_1_5e594914724a04e21087e1e4e57c2d30._comment new file mode 100644 index 0000000000..a92c9e6a98 --- /dev/null +++ b/doc/forum/partial_annex_repository/comment_1_5e594914724a04e21087e1e4e57c2d30._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="git-starter" + subject="clarification" + date="2016-09-13T20:27:22Z" + content=""" +My previous posting looks like I'm not aware of largefiles, which would mostly answer my question. My problem was that, after reading some doc that might not have been fully updated for v6, I got confused about the difference between an unlocked file in the annex, and a file not in the annex. + +In any case, since I added some small files before using largefiles, those small files were put in the annex. How do I change them to be in the git repository not in the annex? + +Thanks. + + + +"""]]