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

This commit is contained in:
Joey Hess 2013-04-04 15:46:58 -04:00
commit e87eb0db23
3 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 1"
date="2013-04-04T16:10:38Z"
content="""
The \"bigserver\" shown there is not a repository name, it's a repository description. You can change it with `git annex describe 6ddfda5d-0f17-45a9-b41a-2a626a823101 otherbigserver`
git-annex does not use these descriptions in any way, except for to show them to you. It also shows the UUID, so that if you have described two repositories the same way, you can still tell them apart.
I don't see a bug here, unless you can be more specific about a problem.
"""]]

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="http://danieroux.com/"
nickname="danie"
subject="Having difficulty recreating it"
date="2013-04-04T17:53:56Z"
content="""
I got into a situation where:
git annex get myfile.txt
Would complain that I have to \"make bigserver available\" - even though it had a remote called that already.
Will pay closer attention if I get into that corner next time.
"""]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 5"
date="2013-04-04T16:03:50Z"
content="""
I'll close the bug.
FWIW, I developed git-annex on an Android device with such an emulated filesystem for /sdcard. It's a FUSE filesystem with a terrible implementation. I found multiple syscalls that just failed, and was careful to avoid using them.
Personally, the benefits of non-crippled filesystem do not seem worth the bother of doing what you're doing..
"""]]