Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
6d215400ef
7 changed files with 67 additions and 3 deletions
|
@ -0,0 +1,15 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawnqQyhiNXdPIWWSuu232luY5nc-h5RS8bE"
|
||||
nickname="Arve"
|
||||
subject="Make Repository hangs (git consuming 100% cpu)"
|
||||
date="2012-12-01T01:26:04Z"
|
||||
content="""
|
||||
When starting git-annex from Applications first time (Finder or spotlight), pressing \"Make Repository\" hangs.
|
||||
|
||||
\"ps aux | grep git\" shows
|
||||
arve 1723 100.0 0.0 2459668 3988 ?? R 2:00AM 0:31.30 git init --quiet /Users/arve/Desktop/annex/
|
||||
|
||||
Strange enough, if i start the app from terminal (/Applications/git-annex.app/Contents/MacOS/git-annex-webapp), the creation of repository works. Though, if I kill it and start git-annex from spotlight, the web frontend doesn't show, and \"git config --null --list\" is consuming 100% cpu.
|
||||
|
||||
My OSX version is 10.8.1
|
||||
"""]]
|
|
@ -2,7 +2,7 @@ While dropbox allows modifying files in the folder, git-annex freezes
|
|||
them upon creation, using symlinks.
|
||||
|
||||
This is a core design simplification of git-annex.
|
||||
But it is problimatic too:
|
||||
But it is problematic too:
|
||||
|
||||
* To allow directly editing files in its folder, something like [[todo/smudge]] is
|
||||
needed, to get rid of the symlinks that stand in for the files.
|
||||
|
|
|
@ -15,4 +15,4 @@ git-annex.
|
|||
Or, I can work on [[Android_porting|design/assistant/android]], and try to
|
||||
get the assistant working on Android's built-in storage.
|
||||
|
||||
[[!poll open=yes 0 "solve the symlink problem first" 0 "port to Android first" 0 "other"]]
|
||||
[[!poll open=yes 7 "solve the symlink problem first" 4 "port to Android first" 0 "other"]]
|
||||
|
|
|
@ -6,7 +6,7 @@ locally paired systems, and remote servers with rsync.
|
|||
Help me prioritize my work: What special remote would you most like
|
||||
to use with the git-annex assistant?
|
||||
|
||||
[[!poll open=yes 15 "Amazon S3 (done)" 12 "Amazon Glacier (done)" 9 "Box.com (done)" 63 "My phone (or MP3 player)" 17 "Tahoe-LAFS" 6 "OpenStack SWIFT" 23 "Google Drive"]]
|
||||
[[!poll open=yes 15 "Amazon S3 (done)" 12 "Amazon Glacier (done)" 9 "Box.com (done)" 64 "My phone (or MP3 player)" 17 "Tahoe-LAFS" 6 "OpenStack SWIFT" 23 "Google Drive"]]
|
||||
|
||||
This poll is ordered with the options I consider easiest to build
|
||||
listed first. Mostly because git-annex already supports them and they
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="Steve"
|
||||
ip="92.104.175.136"
|
||||
subject="Bad ebuilds"
|
||||
date="2012-12-01T02:45:37Z"
|
||||
content="""
|
||||
Just an update for anybody that used the ebuilds I created from the link above. They did not create the git-annex-shell symlink which can cause git-annex to start ignoring your remotes. More details and fixed ebuilds are now on the page.
|
||||
"""]]
|
|
@ -0,0 +1,15 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://edheil.wordpress.com/"
|
||||
ip="173.162.44.162"
|
||||
subject="comment 3"
|
||||
date="2012-11-30T18:49:37Z"
|
||||
content="""
|
||||
Very cool!
|
||||
|
||||
So not only is archive/ a magic subdirectory due to the \"preferred content settings\" for \"client,\" but *every* subdirectory named \"archive\" similarly drops content when possible. That's awesome to know.
|
||||
|
||||
Also if I really wanted to manually manage all my content and still have git-annex assistant running, I could simply use \"present\" for my preferred content settings on my laptop, and it would respect my manual gets and drops.
|
||||
|
||||
Thank you!
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,26 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://rfhbuk.myopenid.com/"
|
||||
ip="109.145.123.81"
|
||||
subject="git-annex initremote failing for webdav servers"
|
||||
date="2012-12-01T10:18:04Z"
|
||||
content="""
|
||||
Unfortunately, trying to set up the following webdav servers fail. Some of the terminal output of git-annex --debug initremote ... is below, but it may not really helpful. Can I help any further, can a webdav remote be set up in a different way? (The box.com webdav initremote worked fine.) Cheers
|
||||
|
||||
|
||||
With livedrive.com:
|
||||
|
||||
[2012-12-01 10:15:12 GMT] chat: gpg [\"--batch\",\"--no-tty\",\"--use-agent\",\"--quiet\",\"--trust-model\",\"always\",\"--encrypt\",\"--no-encrypt-to\",\"--no-default-recipient\",\"--recipient\",\"xxxxxxxxxxxxxx\"]
|
||||
(encryption setup with gpg key xxxxxxxxxxxxxx) (testing WebDAV server...)
|
||||
git-annex: \"Bad Request\": user error
|
||||
failed
|
||||
git-annex: initremote: 1 failed
|
||||
|
||||
|
||||
With sd2dav.1und1.de:
|
||||
|
||||
[2012-12-01 10:13:10 GMT] chat: gpg [\"--batch\",\"--no-tty\",\"--use-agent\",\"--quiet\",\"--trust-model\",\"always\",\"--encrypt\",\"--no-encrypt-to\",\"--no-default-recipient\",\"--recipient\",\"xxxxxxxxxxxxxx\"]
|
||||
(encryption setup with gpg key xxxxxxxxxxxxxx) (testing WebDAV server...)
|
||||
git-annex: \"Locked\": user error
|
||||
failed
|
||||
git-annex: initremote: 1 failed
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue