summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jajpater <jajpater@web>2017-10-20 09:47:25 +0000
committerGravatar admin <admin@branchable.com>2017-10-20 09:47:25 +0000
commit159f94b8665f40133405595803216550b3ced8d4 (patch)
tree588d559326f64dc95159b0a476d3ff131c8aa801
parent191545ee37f394dacc19ab3d910df3e224a44219 (diff)
Added a comment: Also fails when using UUID but differently
-rw-r--r--doc/tips/publishing_your_files_to_the_public/comment_2_0287fd56eea34fcd5831768252335a7b._comment23
1 files changed, 23 insertions, 0 deletions
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?
+
+"""]]