Modified :
* Removed redundant conditional check on author and date
* Removed unused variable from function 'print_blame_xml'
* Rearranged/Changed comments
* Added new element <commit> in dtd and XML output
* Added new attribute <line-number> under <entry> in dtd and XML
* Changed python test case to reflect change in XML output
[[[
Version: 4, 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
]]]
-Alexander Thomas (AT)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 5 14:29:09 2005