summaryrefslogtreecommitdiff
path: root/doc/bugs/uninit_and_indirect_don__39__t_work_on_android.mdwn
blob: b3a2ba37c589940910958a35c946564d08c69194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
### 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.
"""]]

> [[done]]; added support for direct mode --[[Joey]]