From 77fcfcd46b70763d7b340dd428b92f62831e8750 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 14 Jun 2013 16:20:58 +0000 Subject: [PATCH] Added a comment --- ...comment_1_928289956111d1b22f9d55f15b54f72f._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/Unable_to_add_files_on_Android_due_to_weird_rename_error/comment_1_928289956111d1b22f9d55f15b54f72f._comment diff --git a/doc/bugs/Unable_to_add_files_on_Android_due_to_weird_rename_error/comment_1_928289956111d1b22f9d55f15b54f72f._comment b/doc/bugs/Unable_to_add_files_on_Android_due_to_weird_rename_error/comment_1_928289956111d1b22f9d55f15b54f72f._comment new file mode 100644 index 0000000000..84a7498c4f --- /dev/null +++ b/doc/bugs/Unable_to_add_files_on_Android_due_to_weird_rename_error/comment_1_928289956111d1b22f9d55f15b54f72f._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-06-14T16:20:57Z" + content=""" +I suspect you probably have another file already in the repository with the same content as the file you're trying to add. That, or something like it is why you're the lucky one who got to discover this bug in the build of the Android app! ;) The exact reason doesn't matter much -- It seems that it's trying to run `cp --reflink=auto`, which works on the build system, but not using the minimal busybox cp shipped with the Android app. + +I have put out a fix, and the Android daily build has been updated, so you can upgrade to that. +"""]]