= Revision Graph for the Version Control Browser = == Description == Render a graphical representation of the repository. It superseeds the SvnCcHelpersScript/RevTree plugin: 1. it does not rely on any Clearcase external scripts nor any SVN custom properties. 1. it does not use the GraphvizPlugin nor the Graphviz (''dot'') tool - it is a pure Python implementation 1. it uses the Trac repository cache, which dramatically speeds up the creation of the graph This plugin is under heavy development, not published yet. == Bugs/Feature Requests == Existing bugs and feature requests for RevtreePlugin are [report:9?COMPONENT=RevtreePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=RevtreePlugin&owner=eblot new ticket]. == Download == Download the zipped source from [download:revtreeplugin here]. == Source == You can check out RevtreePlugin from [http://trac-hacks.org/svn/revtreeplugin here] using Subversion, or [source:revtreeplugin browse the source] with Trac. == Configuration == Revtree plugin can be configured with the help of the following settings: * Mandatory parameters defined in the Trac section {{{ [trac] # SVN repositories only repository_type = svn # Base URL is a required parameter base_url = none }}} * Optional parameters defined in the `revtree` section {{{ [revtree] # regular expression for branch recognition # (always define 2 named groups: 'branch' and 'path') branch_re = ^(?Pbranches/[^/]+|trunk|data)(?:/(?P.*))?$ # space-separated list of branches that should be considered as 'trunks' trunks = trunk # SVG rendering scale (real number) scale = 1 # oldest revision to consider (default to the latest revision in the repos) revbase = 1 # whether time filters are related to the youngest revision or # based on absolute time reltime = True # default appearance (either 'compact' or 'timeline') style = compact }}} == Example == [[Image(revtree.png)]] == Recent Changes == [[ChangeLog(revtreeplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:eblot] [[BR]] '''Contributors:'''