[Trac-tickets] Re: [The Trac Project] #199: Ability to diff between
any 2 revisions of a file or directory
The Trac Project
noreply at edgewall.com
Mon Jun 6 00:49:45 CDT 2005
#199: Ability to diff between any 2 revisions of a file or directory
-------------------------+--------------------------------------------------
Id: 199 | Status: assigned
Component: browser | Modified: Mon Jun 6 00:49:44 2005
Severity: enhancement | Milestone: 1.0
Priority: high | Version: none
Owner: cboos | Reporter: anonymous
-------------------------+--------------------------------------------------
Comment (by anonymous):
{{{
$ cd <somewhere>/trac-trunk
$ ls
htdocs/ templates/ trac/ README ...
#
# Applying the patch
#
$ cp trac/Changeset.py trac/Diff.py
$ cp templates/changeset.cs templates/diff.cs
$ patch -p0 < diff_module_beta1.diff
#
# To install and run (with tracd)
#
$ python setup.py install --prefix=/opt/trac-0.9pre-diff-module
$ export PYTHONPATH=/opt/trac-0.9pre-diff-module/lib/site-packages
$ /opt/trac-0.9pre-diff-module/scripts/tracd -p 8008 $TRAC_ENV
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/199>
The Trac Project <>
More information about the Trac-Tickets
mailing list