kdesvn-build version 0.97 was just released.
What is it?
----------
kdesvn-build is a Perl script that can download and build KDE for you from
theKDE Subversion source repository. It includes many features to make the experience as easy as possible. It is also highly customizable, although all of the options have a sane default f or those that don't like twiddling knobs.

Some of the features of kdesvn-build include:
* Automatically checks out or updates modules from Subversion as appropriate.
* Supports "global" options that apply to every module, but can be overridd
en on a per module basis.
* Has support for checking out specific branches of a module.
* Shows the estimated progress of the build when possible, and shows the amount of time taken for a module.
* kdesvn-build tries very hard to build a module successfully. It will eve
n go so far as to automatically re-run the process starting from make -f Makefile.cvs.
* Can resume from a previous failed run.
* kdesvn-build has excellent support for Unsermake, the improved automake replacement. It will even automatically download if for you if necessary.
* The configuration file will expand tilde (~) to your home directory where appropriate, so you can use shell-style paths.
* Automatically sets up a so-called srcdir != builddir arrangement to kee
p the source directory clean.
* Command logging. Logs are dated and numbered so that you always have a log of a script run. A special symlink called latest is created in the log directory that points to the logs from the last run.
* You can checkout only a portion of a module if you'd like. For example,
you could checkout only taglib from kdesupport. The admin directory from kde-common is imported automatically if necessary.
* "Pretend" mode. You can see what steps kdesvn-build would perform without actually changing anything.