From 789c069ba25ba44c1b25c87f92d45a7f8fe7e99f Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 19 Oct 2017 05:50:13 +0000 Subject: Added a comment --- .../comment_1_cbb3c9f16cf834466cbc31fd129b3559._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/fingertree___62____61___0.1.2_causes_build_to_fail_on_reducers/comment_1_cbb3c9f16cf834466cbc31fd129b3559._comment diff --git a/doc/bugs/fingertree___62____61___0.1.2_causes_build_to_fail_on_reducers/comment_1_cbb3c9f16cf834466cbc31fd129b3559._comment b/doc/bugs/fingertree___62____61___0.1.2_causes_build_to_fail_on_reducers/comment_1_cbb3c9f16cf834466cbc31fd129b3559._comment new file mode 100644 index 000000000..31e754784 --- /dev/null +++ b/doc/bugs/fingertree___62____61___0.1.2_causes_build_to_fail_on_reducers/comment_1_cbb3c9f16cf834466cbc31fd129b3559._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="ilovezfs" + avatar="http://cdn.libravatar.org/avatar/f2b3954cf2ed0a551de9a49d3b6a64d0" + subject="comment 1" + date="2017-10-19T05:50:11Z" + content=""" +reducers 3.12.2 was released with the fix included. +"""]] -- cgit v1.2.3 From 191545ee37f394dacc19ab3d910df3e224a44219 Mon Sep 17 00:00:00 2001 From: jajpater Date: Fri, 20 Oct 2017 09:21:34 +0000 Subject: Added a comment: Problem with publishing subdir. Subdir does not exist, but it does. --- .../comment_1_40f690c59de96159da96855c61bb5963._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/tips/publishing_your_files_to_the_public/comment_1_40f690c59de96159da96855c61bb5963._comment diff --git a/doc/tips/publishing_your_files_to_the_public/comment_1_40f690c59de96159da96855c61bb5963._comment b/doc/tips/publishing_your_files_to_the_public/comment_1_40f690c59de96159da96855c61bb5963._comment new file mode 100644 index 000000000..ba405bbe0 --- /dev/null +++ b/doc/tips/publishing_your_files_to_the_public/comment_1_40f690c59de96159da96855c61bb5963._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="jajpater" + avatar="http://cdn.libravatar.org/avatar/17a62a7410a3ea7d62715efced72158e" + subject="Problem with publishing subdir. Subdir does not exist, but it does." + date="2017-10-20T09:21:33Z" + content=""" +When trying this, I get the following error. + + git annex export master:subdir -t box.com + fatal: Path 'subdir:' does not exist in 'master' + git-annex: unknown tree + +I really don't get it, since as far as I can see the subdir actually does exist in master +"""]] -- cgit v1.2.3 From 159f94b8665f40133405595803216550b3ced8d4 Mon Sep 17 00:00:00 2001 From: jajpater Date: Fri, 20 Oct 2017 09:47:25 +0000 Subject: Added a comment: Also fails when using UUID but differently --- ...ent_2_0287fd56eea34fcd5831768252335a7b._comment | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/tips/publishing_your_files_to_the_public/comment_2_0287fd56eea34fcd5831768252335a7b._comment diff --git a/doc/tips/publishing_your_files_to_the_public/comment_2_0287fd56eea34fcd5831768252335a7b._comment b/doc/tips/publishing_your_files_to_the_public/comment_2_0287fd56eea34fcd5831768252335a7b._comment new file mode 100644 index 000000000..41c9ec54a --- /dev/null +++ b/doc/tips/publishing_your_files_to_the_public/comment_2_0287fd56eea34fcd5831768252335a7b._comment @@ -0,0 +1,23 @@ +[[!comment format=mdwn + username="jajpater" + avatar="http://cdn.libravatar.org/avatar/17a62a7410a3ea7d62715efced72158e" + subject="Also fails when using UUID but differently" + date="2017-10-20T09:47:24Z" + content=""" +I tried to use the dir UUID - found by using + + git ls-tree origin/master + +This however also fails: + + git annex export fd94c0f44ff40b07bcbe58d4c3921c6fb35c7074 -t box.com + export box.com file1 (not available) failed + export box.com file2 (not available) failed + ... + export box.com file10 (not available) failed + (recording state in git...) + git-annex: export: 10 failed + +Does anybody know what's wrong? + +"""]] -- cgit v1.2.3 From 2bb1b6c8a37236eef3b30797f30c658d575a1d93 Mon Sep 17 00:00:00 2001 From: jajpater Date: Fri, 20 Oct 2017 09:59:29 +0000 Subject: Added a comment: Works when first using git annex get --- ...comment_3_4ae6d6c5137e5f9b667417c2c77fca85._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/tips/publishing_your_files_to_the_public/comment_3_4ae6d6c5137e5f9b667417c2c77fca85._comment diff --git a/doc/tips/publishing_your_files_to_the_public/comment_3_4ae6d6c5137e5f9b667417c2c77fca85._comment b/doc/tips/publishing_your_files_to_the_public/comment_3_4ae6d6c5137e5f9b667417c2c77fca85._comment new file mode 100644 index 000000000..a84bd6cc6 --- /dev/null +++ b/doc/tips/publishing_your_files_to_the_public/comment_3_4ae6d6c5137e5f9b667417c2c77fca85._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="jajpater" + avatar="http://cdn.libravatar.org/avatar/17a62a7410a3ea7d62715efced72158e" + subject="Works when first using git annex get" + date="2017-10-20T09:59:29Z" + content=""" +I dropped the files from the local directory. Publishing does work when I first do a + + git annex get *.* + +But now my question has changed: + +I have a git repository on a server. +Is there a possibility to publish/export directly from the server to a special remote? +So without checking out the files locally? + + +"""]] -- cgit v1.2.3 From 67f22fb548c8d37094c5191e721e82fee0725725 Mon Sep 17 00:00:00 2001 From: jajpater Date: Fri, 20 Oct 2017 10:22:25 +0000 Subject: Added a comment: Publishing subdir is publishing files but not subdir? --- .../comment_4_33b50a2de3f1268c875fc388a85c0296._comment | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/tips/publishing_your_files_to_the_public/comment_4_33b50a2de3f1268c875fc388a85c0296._comment diff --git a/doc/tips/publishing_your_files_to_the_public/comment_4_33b50a2de3f1268c875fc388a85c0296._comment b/doc/tips/publishing_your_files_to_the_public/comment_4_33b50a2de3f1268c875fc388a85c0296._comment new file mode 100644 index 000000000..f871c5d8f --- /dev/null +++ b/doc/tips/publishing_your_files_to_the_public/comment_4_33b50a2de3f1268c875fc388a85c0296._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="jajpater" + avatar="http://cdn.libravatar.org/avatar/17a62a7410a3ea7d62715efced72158e" + subject="Publishing subdir is publishing files but not subdir?" + date="2017-10-20T10:22:25Z" + content=""" +When using the uuid the files get exported to the root of the specified webdav folder. +Is there a possibility to keep the directory structure intact, so that the special remote has the same folder structure as has the repository? + +Thanks in advance +"""]] -- cgit v1.2.3