Recent comments posted to this site:

@Douglas, I've fixed that in git. FWIW, the program is installed before that point. Actually, I am leaning toward not having cabal install that plist file at all.
Comment by http://joeyh.name/ Sat Oct 6 21:05:45 2012

I tried installing with cabal and homebrew on Mountain Lion. After cabal install git-annex I get:

Linking dist/build/git-annex/git-annex ...
Installing executable(s) in /Users/dfc/.cabal/bin
setup: standalone/macos/git-annex.app/Contents/Info.plist: does not exist
cabal: Error: some packages failed to install:
git-annex-3.20121001 failed during the final install step. The exception was:
ExitFailure 1

There is no directory named macos inside of standalone:

jumbo:git-annex-3.20121001 dfc$ ls -l standalone/
total 112
-rw-r--r--+ 1 dfc  staff  55614 Oct  6 10:40 licences.gz
drwxr-xr-x+ 6 dfc  staff    204 Oct  6 10:40 linux
drwxr-xr-x+ 3 dfc  staff    102 Oct  6 10:40 osx
@gdr A package with the assistant is available in Debian unstable.
Comment by http://joeyh.name/ Thu Sep 27 18:44:11 2012

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.

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?
Comment by https://launchpad.net/~gdr-go2 Thu Sep 27 09:44:14 2012

We're on month 4 of work, and most of months 1-3 is done well enough for a first pass. Very little of what's listed in month 4 has happened yet, due to my being maybe 2 weeks behind schedule, but bits of cloud are being planned.

I've made a small adjustment, I think it'll make sense to spend a month on user-driven features before getting into Android.

Comment by http://joeyh.name/ Fri Sep 21 05:25:53 2012

joey, you rock. I just want to push on that point - it doesn't seem like there's that many tools that do what git-annex is trying to do out there, and you seem to be doing an incredible job at doing it, so this is great, keep going!

i was wondering - i am glad to see the progress, but it is unclear to me where you actually are in the roadmap. are things going according to plan? are we at month 3? 4? or 1-4? :) just little updates on that roadmap section above would be quite useful!

thanks again!

Comment by https://id.koumbit.net/anarcat Fri Sep 21 04:25:58 2012
@Jörn, two days ago I added support in the webapp for multiple independent repositories. So you can create independent repos using it, and switch between them from a menu. Under the hood there are multiple git-annex assistant daemons running, but this is an implementation detail; it's not like these use any more memory or other resources than would a single daemon that managed multiple repositories.
Comment by http://joeyh.name/ Thu Sep 20 16:21:11 2012

Thank you for this great piece of software which is now becoming even better with the assistant.

Just one question: will one instance of the assistant be able to track multiple git annex repositories each building up their own network of annexes OR would I need to run multiple instances of the assistant?

Thanks, Jörn

Comments on this page are closed.