Hi,

I've implemented a proof of concept tool called "simm", which as opposed to 
diff, is focused on showing similarities between two files, instead of 
exposing differences.
You can see a web demo at http://vanisoft.pl/~lopuszanski/public/simm/ (it 
simply runs simm and diff -y on the two text snippets).
Currently the algorithm is exponential, so please test it only on the short 
examples provided by the website.

I'd like to integrate it with trac, which we use in both companies I work 
for. As a software architect, which performs many code reviews daily I 
am notoriously frustrated by the way diff compares files.
Could someone point me to some appropriate places in trac's 
documentation/source code, or otherwise guide me where should I start to 
plug my code to trac?

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-dev+unsubscr...@googlegroups.com.
To post to this group, send email to trac-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-dev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to