summaryrefslogtreecommitdiff
path: root/doc/bugs/data_loss_with___34__git_annex_add__34___on_android_in_direct_mode_.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/data_loss_with___34__git_annex_add__34___on_android_in_direct_mode_.mdwn')
-rw-r--r--doc/bugs/data_loss_with___34__git_annex_add__34___on_android_in_direct_mode_.mdwn19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/bugs/data_loss_with___34__git_annex_add__34___on_android_in_direct_mode_.mdwn b/doc/bugs/data_loss_with___34__git_annex_add__34___on_android_in_direct_mode_.mdwn
deleted file mode 100644
index 65560f245..000000000
--- a/doc/bugs/data_loss_with___34__git_annex_add__34___on_android_in_direct_mode_.mdwn
+++ /dev/null
@@ -1,19 +0,0 @@
-**What steps will reproduce the problem?**
-
-> git annex add .
-
-**What is the expected output? What do you see instead?**
-
-This was with direct mode turned on. Distinct files should remain distinct. Instead, many of the original files were overwritten and became copies of one of the other files.
-
-**What version of git-annex are you using? On what operating system?**
-
-Running rooted android on a Samsung Galaxy Nexus. Working in a system directory which is not "crippled".
-The git-annex package was dated 2013-03-23 and downloaded from
-> https://downloads.kitenet.net/git-annex/android/current/
-
-**Please provide any additional information below.**
-
-I wish I could provide files that became duplicates, but I didn't make copies before adding them... Did this twice, first adding JPG and MP4 files, then adding WAVs. After that, I saw that of 100 JPGs and 8 MP4s, about half the JPGs and all of the MP4s had become copies of a single JPG. Of 11 WAV files, two had been replaced with copies of one of the others.
-
-> [[done]]; turned out to be Android bug unrelated to git-annex. --[[Joey]]