Hi, I have installed latest version from https://launchpad.net/~rubiojr/+archive/git-annex, that is git-annex version: 3.20121017-ubuntu1ppa1~precise When running git annex webapp I get
git-annex: unknown command webapp
I only installed git-annex. Are there more packages to be installed to make it work?
According to documentation: http://git-annex.branchable.com/assistant/ The git-annex assistant comes as part of git-annex, starting with version 3.20120924.
So it should be there in 3.20121017, no?
git-annex can be built without the webapp, and if some of the necessary dependencies for the webapp are not available, it will build without it by default. More recent versions than that one let you run
git annex version
and see the build flags, which can all be disabled due to missing dependencies. For example:Sergio does seem to be trying to backport all the dependencies of the webapp, but it looks to me like some of them, particularly haskell-xml-hamlet, have not successfully built yet.
My Ubuntu Precise PPA has moved here: https://launchpad.net/~fmarier/+archive/git-annex
It contains version 20130601 of git-annex.