summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 13:23:21 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 13:23:21 -0400
commitea72fd6400dee103f68d61b8d6bd63b3b2c90b89 (patch)
tree7899c0d6ed0ff5f4fc60c0d85cb200e513f76868
parentbffe3688016b88ff44f8c7324577f0641074dcb9 (diff)
parent67f22fb548c8d37094c5191e721e82fee0725725 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/fingertree___62____61___0.1.2_causes_build_to_fail_on_reducers/comment_1_cbb3c9f16cf834466cbc31fd129b3559._comment8
-rw-r--r--doc/tips/publishing_your_files_to_the_public/comment_1_40f690c59de96159da96855c61bb5963._comment14
-rw-r--r--doc/tips/publishing_your_files_to_the_public/comment_2_0287fd56eea34fcd5831768252335a7b._comment23
-rw-r--r--doc/tips/publishing_your_files_to_the_public/comment_3_4ae6d6c5137e5f9b667417c2c77fca85._comment18
-rw-r--r--doc/tips/publishing_your_files_to_the_public/comment_4_33b50a2de3f1268c875fc388a85c0296._comment11
5 files changed, 74 insertions, 0 deletions
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.
+"""]]
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
+"""]]
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?
+
+"""]]
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?
+
+
+"""]]
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
+"""]]