[[[
Patch to add XML output for 'svn blame' and to fix problem with multiple
targets on 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
(blame_on_multiple_targets): New test to verify blame output
for multiple targets
(test_list): added blame_in_xml, blame_on_multiple_targets
]]]
Patch to add XML output for 'svn blame' and to fix problem with multiple
targets on 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
(blame_on_multiple_targets): New test to verify blame output
for multiple targets
(test_list): added blame_in_xml, blame_on_multiple_targets
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 29 13:12:13 2005