[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 1854 - trunk/subversion/clients/cmdline trunk/subversion/tests/clients/cmdline/getopt_tests_data

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2002-05-03 01:11:50 CEST

On Thu, May 02, 2002 at 12:44:58PM -0500, Karl Fogel wrote:
> kfogel@tigris.org writes:
> > Log:
> > Implemnt "svn log --xml" for XML format log output.
>
> Okay. Anyone want to write a script that converts our log output into
> pretty HTML for display on a web page somewhere? Say, when you click
> on a log message's revision, it would run another script that shows
> the "svn diff" output for that revision, also formatted as a web page?

Some XSL attached to play with, e.g. using libxslt:

 $ svn log --xml ... | xsltproc log2html.xsl - > my.html

And log2gnu.xsl produces a GNU-style ChangeLog, even less pretty ;)

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Fri May 3 01:14:35 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.