summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://launchpad.net/~arand <arand@web>2013-03-10 21:18:47 +0000
committerGravatar admin <admin@branchable.com>2013-03-10 21:18:47 +0000
commit0f9a8ba5932fb1661186485967fa28500e9bb332 (patch)
treea93d5b969ac084dd9f6c70cdd1d07dd3898197ba /doc
parentfe069253533237d65c81b22cb56fc0e9a87b046c (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/get_fails_for_file:__47____47___web_remotes_if_the_file_is_empty.mdwn21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/get_fails_for_file:__47____47___web_remotes_if_the_file_is_empty.mdwn b/doc/bugs/get_fails_for_file:__47____47___web_remotes_if_the_file_is_empty.mdwn
new file mode 100644
index 000000000..84b107c31
--- /dev/null
+++ b/doc/bugs/get_fails_for_file:__47____47___web_remotes_if_the_file_is_empty.mdwn
@@ -0,0 +1,21 @@
+###What steps will reproduce the problem?
+ $ touch /home/arand/empty
+ $ git annex addurl 'file:///home/arand/empty'
+ addurl _home_arand_empty (downloading file:///home/arand/empty ...)
+
+ git-annex: /home/arand/tmp/c/.git/annex/tmp/URL--file&c%%%home%arand%empty: getFileStatus: does not exist (No such file or directory)
+ failed
+ git-annex: addurl: 1 failed
+
+###What is the expected output? What do you see instead?
+If it is possible to distinguish between empty files and files that just fail to open, it would be nice if Annex were able to handle it, or at least give a more obvious error message.
+
+###What version of git-annex are you using? On what operating system?
+
+Debian sid/experimental
+
+ git-annex version: 4.20130227
+ local repository version: 4
+ default repository version: 3
+ supported repository versions: 3 4
+ upgrade supported from repository versions: 0 1 2