From 2e9588356ecf040a1f8622820596e0d9eaa6c82b Mon Sep 17 00:00:00 2001 From: jajpater Date: Fri, 20 Oct 2017 09:21:34 +0000 Subject: [PATCH] Added a comment: Problem with publishing subdir. Subdir does not exist, but it does. --- ...ent_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 0000000000..ba405bbe0b --- /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 +"""]]