
On Nov 9, 2009, at 8:23 AM, Frank Mori Hess wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Monday 09 November 2009, Marshall Clow wrote:
[ I'm assuming that you mean to add the diff to the bottom of the file, and include a link from the table - unless you know a way to get svn to disgorge a diff from a URL ]
I'm not following too closely, so I'm not sure exactly what kind of diff you are talking about, but would a link to the trac browser work? For example:
I'd like to do it with a link to svn.boost.org (either trac or svn), but that's not it. Given three paths, such as: trunk/ release/ boost/mpl/aux_/preprocessor/partial_spec_params.hpp and a revision #, say 57505, I would like to generate a URL that shows the difference of the files trunk/boost/mpl/aux_/preprocessor/partial_spec_params.hpp and release/boost/mpl/aux_/preprocessor/partial_spec_params.hpp as of revision #57505. I can do this locally, and append it to the HTML file that I am generating, but that will make the file significantly larger. -- Marshall