diff options
author | https://www.google.com/accounts/o8/id?id=AItOawm_cen0223TLcWCTPwCPecCQC5JxGnPO04 <Eric@web> | 2013-07-20 23:12:50 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-20 23:12:50 +0000 |
commit | 0b572d28bd08868516825152331a68413e03572d (patch) | |
tree | 23a4d2690839acdf501507913cd607987b9f6c4a | |
parent | 71e39482e531533afaabe2ce6e146a7784d0333e (diff) |
-rw-r--r-- | doc/bugs/uninit_and_indirect_don__39__t_work_on_android.mdwn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/uninit_and_indirect_don__39__t_work_on_android.mdwn b/doc/bugs/uninit_and_indirect_don__39__t_work_on_android.mdwn new file mode 100644 index 000000000..39f2028e0 --- /dev/null +++ b/doc/bugs/uninit_and_indirect_don__39__t_work_on_android.mdwn @@ -0,0 +1,21 @@ +### Please describe the problem. +I am unable to restore a git-annex dir to its pre init state. + +### What steps will reproduce the problem? +init a git-annex dir on android with a file system with out symlinks. +use for a while. +Run: "git-annex uninit" -> You cannot run this command in a direct mode repository. +Run: "git-annex indirect" -> Git is configured to not use symlinks, so you must use direct mode. + +### What version of git-annex are you using? On what operating system? +git-annex version: 4.20130601-g7483ca4 + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] |