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

[PATCH] 'svn blame --xml' - v2

From: <alexander_at_collab.net>
Date: 2005-05-02 14:09:09 CEST

[[[
Version: 2, Patch to add XML output for 'svn blame'

* subversion/clients/cmdline/blame-cmd.c
  (print_blame_xml): New function for XML output
  (blame_receiver): Modified to check for XML option and process
  accordingly
  (print_header_xml): New function to print XML header
  (print_footer_xml): New function to print XML footer
  (svn_cl__blame): Modified for XML output

* subversion/clients/cmdline/main.c
  (svn_cl__cmd_table[]): added --xml and --incremental options
  for blame

* subversion/clients/cmdline/dtd/blame.dtd
  New dtd for blame --xml

* subversion/tests/clients/cmdline/blame_tests.py
  (blame_in_xml): New test for blame --xml
  (test_list): added blame_in_xml
]]]

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

Received on Mon May 2 14:10:36 2005

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.