= BranchTimeline - Filter branches changes in the Timeline = == Description == The BranchTimeline plugin changes the behaviour of the timeline and enables you to view changes of a specific branch/trunk. Tested only on SVN. == Bugs/Feature Requests == Existing bugs and feature requests for BranchTimelinePlugin are [report:9?COMPONENT=BranchTimelinePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=BranchTimelinePlugin&owner=aviram new ticket]. == Download == Download the zipped source from [download:branchtimelineplugin here]. == Source == You can check out BranchTimelinePlugin from [http://trac-hacks.org/svn/branchtimelineplugin here] using Subversion, or [source:branchtimelineplugin browse the source] with Trac. == Example == Add the following lines to [components] in trac.ini: {{{ trac.versioncontrol.web_ui.changeset.changesetmodule = disabled BranchTimeline.* = enabled }}} Configure the paths of the branches and trunk directories in trac.ini as well (if not configured, the paths branches and trunk are used): {{{ [timeline-branches] branches_path = branches trunk_path = trunk }}} After doing that, the timeline page will allow you to filter according to specific branches / trunk. == Recent Changes == [[ChangeLog(branchtimelineplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:aviram] [[BR]] '''Contributors:'''