Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2014-07-28 17:26:29 -04:00
commit 68189cc519
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,15 @@
I get the following error message upon starting git-annex in a second user account on Android:
Falling back to hardcoded app location: cannot find expected files in /data/app-lib
git annex webapp
lib/lib.runshell.so: line 133: git: Permission denied
[Terminal session finished]
The same version of git-annex works just fine for the primary user.
(The primary user has root access which unfortunately can't be enabled for other user accounts.)
### What version of git-annex are you using? On what operating system?
* git-annex: 5.20140710
* OS: CyanogenMod 10.1.3-p3110

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkftzaCvV7EDKVDfJhsQZ3E1Vn-0db516w"
nickname="Edward"
subject="One snag"
date="2014-07-28T19:37:04Z"
content="""
I setup a non-bare repo on a server by following the above steps (git init, git annex init, then add it as a Remote Server from elsewhere and combine repos). It worked, but I hit a snag and needed to add another step.
After git init, you're not sitting on any branch yet, and that seems to have prevented the assistant from doing anything to synchronize the working tree on the server. After I did \"git checkout synced/master\", it started working.
"""]]