My favorites | Sign in
Project Home Downloads Issues Source
Project Information
Members
Featured
Downloads

This tool parses the Subversion log of a repository to generate a graph of the important events of the project: tag/branches creation/deletion and their revisions.

The code uses XSLT (to filter and transform the log exported as XML) and GraphViz's "dot" (for graph layout and image output).

See the demo below.

Status

Release 0.10 is out.

SVN log

More…

Install

POSIX-like systems:

./configure
make
make install

Windows: packaging is not yet ready in the distribution.

Demo

This demo will create of the repository of the NXT-Python project. The repository has about 222 revisions and many deleted branches and tag, so this is a good use case.

svn-graph-branches http://nxt-python.googlecode.com/svn/ nxt-python
firefox nxt-python-r222.svg

Result (follow link for SVG):

Powered by Google Project Hosting