This commit is contained in:
Joey Hess 2018-04-24 19:53:24 -04:00
parent 6b68813988
commit ec7262bb87
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,22 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2018-04-24T23:35:33Z"
content="""
A few problems with using git-annex this way..
git init fails in sdcard because it tries to chmod something. It works in
the termux home directory. Note that only the git bundled with git-annex
has this problem; the termux one works (probably it's patched like I did in
the android git-annex port). Hacking the standalone build to not run the
bundled git should work.
git annex init fails with a getUserEntryForID exception.
This should be easy to fix in git-annex.
If a git-annex repository is copied over to the android device from
elsewhere, git-annex does work in it. The assistant works.
The webapp doesn't know how to open an url, but copy and paste of the
url to a web browser works and the webapp mostly works then.
"""]]