Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
4d4c5a60ee
11 changed files with 110 additions and 1 deletions
|
@ -0,0 +1,14 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk"
|
||||||
|
nickname="Tiago"
|
||||||
|
subject="comment 1"
|
||||||
|
date="2012-09-26T23:38:51Z"
|
||||||
|
content="""
|
||||||
|
After looking more into the git annex working, I understand the use of symlinks, but they are not always correctly handled by OSX.
|
||||||
|
|
||||||
|
|
||||||
|
Apple's Timemachine uses hardlinks for example...
|
||||||
|
|
||||||
|
|
||||||
|
Not being able to easily edit files that are in the repo without problems or quirks makes it unusable as a dropbox replacement and version control, which is a shame.
|
||||||
|
"""]]
|
|
@ -0,0 +1,11 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk"
|
||||||
|
nickname="Tiago"
|
||||||
|
subject="comment 2"
|
||||||
|
date="2012-09-26T23:50:55Z"
|
||||||
|
content="""
|
||||||
|
It seems many people complain about symlink behavior in Lion and Mountain Lion.
|
||||||
|
I never used symlinks to files often, only to folders.
|
||||||
|
I hope you can solve this problems and make it work correctly in OSX, or use hardlinks instead.
|
||||||
|
Git annex sound awesome, but the people using the assistant will want KISS behavior, and don't even know what a symbolic link is.
|
||||||
|
"""]]
|
|
@ -0,0 +1,14 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk"
|
||||||
|
nickname="Tiago"
|
||||||
|
subject="comment 3"
|
||||||
|
date="2012-09-26T23:57:18Z"
|
||||||
|
content="""
|
||||||
|
Ok, so it seems Sharebox solves all this problems...you might want to integrate sharebox into the assistant, so non-techie people can treat the repos as mutable.
|
||||||
|
Maybe make a mutable/unmutable toggle in the gui or somethink like that?
|
||||||
|
|
||||||
|
What I don't understand is the need for kqueue, if the files are not supposed to be written to without unlocking, why not use FSEvents and only monitor the folders for new files.
|
||||||
|
|
||||||
|
http://git-annex.branchable.com/news/sharebox_a_FUSE_filesystem_for_git-annex
|
||||||
|
|
||||||
|
"""]]
|
|
@ -0,0 +1,12 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk"
|
||||||
|
nickname="Tiago"
|
||||||
|
subject="comment 4"
|
||||||
|
date="2012-09-27T00:06:31Z"
|
||||||
|
content="""
|
||||||
|
Seems sharebox development stopped a year ago...now that you are working on the assistant, which sound awesome, I think you really should consider pick up the sharebox development and integrate it.
|
||||||
|
|
||||||
|
Too bad I missed kickstarter, but I might donate now.
|
||||||
|
I just find it wierd that it said \"Like Dropbox\" on the title, but sharebox-like functionality is not on the roadmap, and being able to easily edit the files is a big feature of dropbox.
|
||||||
|
|
||||||
|
"""]]
|
|
@ -0,0 +1,10 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U"
|
||||||
|
nickname="Richard"
|
||||||
|
subject="comment 1"
|
||||||
|
date="2012-09-26T23:52:50Z"
|
||||||
|
content="""
|
||||||
|
I think a lot of people misinterpreted \"phone/mp3 player\" as \"Android\"; I know I did.
|
||||||
|
|
||||||
|
As you already support directories, MTP would be needed to support the other half of pretty much all phones and media players (other than those made by Apple). MTP is a valley of pain, though.
|
||||||
|
"""]]
|
|
@ -0,0 +1,10 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawlFd2EbAmGD0FjHmuoerXfT0GO_jPcgvQA"
|
||||||
|
nickname="Gert"
|
||||||
|
subject="Single bucket for S3"
|
||||||
|
date="2012-09-27T09:17:24Z"
|
||||||
|
content="""
|
||||||
|
You can easily do that with IAM, checkout <http://andrewhitchcock.org/?post=325>.
|
||||||
|
|
||||||
|
It boils down to creating a policy for each user/bucket. But allow read access to the full bucket list (otherwise the AWS Console won't work).
|
||||||
|
"""]]
|
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://launchpad.net/~gdr-go2"
|
||||||
|
nickname="gdr-go2"
|
||||||
|
subject="Maybe a DEB?2"
|
||||||
|
date="2012-09-27T09:44:14Z"
|
||||||
|
content="""
|
||||||
|
Month 3 was all about easy setup, so I kind of expected to download a deb package and just install it, not to download a whole bunch of haskell libraries. Is there a chance that you will release some packages?
|
||||||
|
"""]]
|
|
@ -6,7 +6,7 @@ locally paired systems, and remote servers with rsync.
|
||||||
Help me prioritize my work: What special remote would you most like
|
Help me prioritize my work: What special remote would you most like
|
||||||
to use with the git-annex assistant?
|
to use with the git-annex assistant?
|
||||||
|
|
||||||
[[!poll open=yes 14 "Amazon S3 (done)" 8 "Amazon Glacier" 6 "Box.com" 46 "My phone (or MP3 player)" 6 "Tahoe-LAFS" 3 "OpenStack SWIFT" 12 "Google Drive"]]
|
[[!poll open=yes 14 "Amazon S3 (done)" 8 "Amazon Glacier" 6 "Box.com" 46 "My phone (or MP3 player)" 7 "Tahoe-LAFS" 3 "OpenStack SWIFT" 14 "Google Drive"]]
|
||||||
|
|
||||||
This poll is ordered with the options I consider easiest to build
|
This poll is ordered with the options I consider easiest to build
|
||||||
listed first. Mostly because git-annex already supports them and they
|
listed first. Mostly because git-annex already supports them and they
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://joeyh.name/"
|
||||||
|
ip="4.153.14.141"
|
||||||
|
subject="comment 2"
|
||||||
|
date="2012-09-27T15:29:56Z"
|
||||||
|
content="""
|
||||||
|
I've made the assistant ignore ssh-keygen -F failing.
|
||||||
|
"""]]
|
|
@ -0,0 +1,9 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk"
|
||||||
|
nickname="Tiago"
|
||||||
|
subject="comment 1"
|
||||||
|
date="2012-09-27T00:08:19Z"
|
||||||
|
content="""
|
||||||
|
This is what the assistant should aim to be...\"Like Dropbox\", but even better.
|
||||||
|
I would guess many people who pledged were thinking of this.
|
||||||
|
"""]]
|
13
doc/not/comment_6_547fc59b19ad66d7280c53a7f923ea08._comment
Normal file
13
doc/not/comment_6_547fc59b19ad66d7280c53a7f923ea08._comment
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk"
|
||||||
|
nickname="Tiago"
|
||||||
|
subject="comment 6"
|
||||||
|
date="2012-09-27T10:17:18Z"
|
||||||
|
content="""
|
||||||
|
Stefan: \"annex is for managing big binary files that not get modified most of the time and only added/synced or deleted.\"
|
||||||
|
|
||||||
|
While this is true, the kickstarter title for assistant was \"Like dropbox\", and dropbox makes it transparent to edit files and they work with the filesystem.
|
||||||
|
So with assistant, lock/unlock should be automated and transparent to the user. Otherwise it's confusing and not simple at all to use, and at least OSX keeps giving errors because of the way it handles aliases.
|
||||||
|
So something like sharebox is essential to be included in assistant in my opinion.
|
||||||
|
|
||||||
|
"""]]
|
Loading…
Reference in a new issue