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

This commit is contained in:
Richard Hartmann 2013-06-27 00:20:55 +02:00
commit 65bbd063dc
72 changed files with 1348 additions and 29 deletions

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.152.108.193"
subject="comment 2"
date="2013-06-25T17:12:17Z"
content="""
That is the same problem that is currently making the test suite fail on the windows autobuilder.
I don't know what is causing this problem, and have not been able to reproduce it locally in order to debug it.
"""]]

View file

@ -0,0 +1,25 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus"
nickname="Jimmy"
subject="comment 1"
date="2013-06-26T08:36:33Z"
content="""
Been pretty bad with keeping the osx builder going, but this should fix it...
<pre>
[jtang@x00 build ((cfb577d...))]$ git diff
diff --git a/.gitignore b/.gitignore
index 93bd49e..717b58a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,5 @@ cabal-dev
.virthualenv
tags
Setup
+*.hi
+*.o
</pre>
The build on OSX leaves some stray files and it complains about it.
"""]]

View file

@ -0,0 +1,32 @@
Got caught up on a big queue of messages today. Mostly I hear from people
when git-annex is not working for them, or they have a question about using
it. From time to time someone does mention that it's working for them.
> We have 4 or so machines all synching with each other via the local
> network thing. I'm always amazed when it doesn't just explode :)
Due to the nature of git-annex, a lot of people can be using it without
anyone knowing about it. Which is great. But these little success stories
can make all the difference. It motivates me to keep pounding out the
development hours, it encourages other people to try it, and it'd be a good
thing to be able to point at if I tried to raise more funding now that I'm
out of Kickstarter money.
I'm posting my own success story to my main blog:
[git annex and my mom](http://joeyh.name/blog/entry/git_annex_and_my_mom)
If you have a success story to share, why not blog about it, microblog it,
or just post a comment here, or even send me a private message. Just a
quick note is fine. Thanks!
----
Going through the bug reports and questions today, I ended up fixing
three separate bugs that could break setting up a repo on a remote ssh
server from the webapp.
Also developed a minimal test case for some gnucash behavior that prevents
the watcher from seeing files it writes out. I understand the problem,
but don't have a fix for that yet. Will have to think about it. (A year ago
today, my blog featured the
[[first_release_of_the_watcher|day_16__more_robust_syncing]].)

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="http://edheil.wordpress.com/"
ip="99.54.57.201"
subject="comment 1"
date="2013-06-25T22:26:27Z"
content="""
I've been real quiet cause everything's been working great. :)
One thing I have not messed with yet is the whole XMPP thing. I mostly don't share between two machines that are online at the same time, I just use git annex for backups and to have content \"optionally\" available. I should give XMPP a try sometime.
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="https://launchpad.net/~subito"
nickname="subito"
subject="Big success!"
date="2013-06-26T07:00:15Z"
content="""
Annex is working great for me since 8/2012 or something... Using it a lot and the Assistant is awesome!
If you would raise some more funding, I'd be more than happy to support you once more - really great software!
"""]]

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawl3A5oeZFLreGhDTFVMOJYIy1auKiTL_ZY"
nickname="Maggie"
subject=":)"
date="2013-06-26T15:04:45Z"
content="""
Poets aren't humble people.
We revel in our own narcissism.
So being mentioned in my brother's blog
was great for me.
I am proud of the success of Git Annex.
(My poems tend to be _much_ better than this.)
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://nicolas-schodet.myopenid.com/"
ip="2a01:e35:8ae6:f130:1e4b:d6ff:fe78:1ddb"
subject="Thank you for this great tool!"
date="2013-06-26T18:10:05Z"
content="""
I use git-annex for my picture collection. I can add pictures from my computers, or my FTP server when someone wants to send me their pictures. Then I push them to my online gallery. Git annex is great to keep all my repository synchronized while not requesting that all my pictures are present on my laptop. Thank you!
"""]]

View file

@ -0,0 +1,18 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.152.108.193"
subject="comment 5"
date="2013-06-26T19:39:15Z"
content="""
Excerpt from an email I received: --[[Joey]]
Another story, but without the assistant this time: I've \"designed\" a
small f2f file sharing network with it, I'm using it with a friend to
share accross several computer. This is basically a workflow
with git annex and gitoline, the flexibility of git and the capacities
of git annex just gave us this out of the box. Some specs are here if
you are curious
http://worlddomination.be/ideas/2012/idea-n-21-build-a-f2f-sharing-network-using
-git-annex.html
"""]]

View file

@ -0,0 +1,16 @@
Came up with a fix for the gnucash hard linked file problem that makes the
assistant notice the files gnucash writes. This is not full hard link support;
hard linked files still don't cleanly sync around. But new hard links to
files are noticed and added, which is enough to support gnucash.
Spent around 4 hours on reproducing and trying to debug
[[bugs/Hanging_on_install_on_Mountain_lion]]. It seems that recent upgrades
of the OSX build machine led to this problem. And indeed, building with an
older version of Yesod and Warp seems to have worked around the problem. So
I updated the OSX build for the last release. I will have to re-install the
new Yesod on my laptop and investigate further -- is this an OSX specific
problem, or does it affect Linux? Urgh, this is the second hang I've
encountered involving Warp..
Got several nice [[success stories|day_288__success_stories]], but I don't
think I've seen *yours* yet. ;) Please post!