The instructions for installing Agavi from SVN do not work with Agavi 1.0.2. The instructions say
$ cd (agavi checkout path)
$ pear channel-discover pear.agavi.org
$ phing package-pear
$ cd build/
$ pear package
However, phing package-pear generates a pear-build directory, not a build directory.
Also, inside said pear-build directory, there is no build.xml-file, so pear package also fails. There is a build directory under pear-build, but that does not contain a build.xml-file either.
(Originally posted to Trac as ticket #1256 on 2010-03-23T17:40:08+00:00 by @horros)