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

This commit is contained in:
Joey Hess 2015-01-08 19:37:37 -04:00
commit 65e8402077
5 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,7 @@
[[!comment format=mdwn
username="etset"
subject="Seems to be fixed"
date="2015-01-07T22:14:57Z"
content="""
I didn't have an opportunity to do a sync with it yet, but the main problem seems to be gone with this last build: it now successfully opens and shows the assistant web interface. Thanks a lot! :D
"""]]

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="http://digiuser.livejournal.com/"
subject="Is there a way to make this upload all files that have not been uploaded yet?"
date="2015-01-08T02:37:51Z"
content="""
Let's say I want my S3 repo to have all files in it that are in my current repo. Is there a variation of this while loop that will keep uploading until it's done?
I recognize I could use annex assistant but let's say I just want to do it this way.
"""]]

View file

@ -0,0 +1,7 @@
[[!comment format=mdwn
username="http://joeyh.name/"
subject="comment 3"
date="2015-01-08T18:13:47Z"
content="""
That's what the while loop above does; runs the git-annex command, and retries it until it succeeds.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawn97aJ3CN48pBix54RDHRhqtBzeklNEbSA"
nickname="Manuel"
subject="advantage of owncloudannex over webdav remote?"
date="2015-01-08T18:00:48Z"
content="""
It seems that owncloud can also be accessed using the webdav remote. Does owncloudannex offer any features which aren't implemented in the webdav remote?
"""]]

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkPIqJZ88VZEVqLhLOd1LMdYXcy6bAW9qE"
nickname="Lemao"
subject="comment 10"
date="2015-01-07T23:53:32Z"
content="""
My bad. I didn't realize git annex creates a new branch. After I pushed it, the clone was able to enableremote and I was able to get the file.
"""]]