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

[PATCH] Fix issue #2809

From: Senthil Kumaran S <senthil_at_collab.net>
Date: Thu, 26 Jun 2008 18:31:50 +0530

Hi,

I am attaching a patch along with this email, which fixes issue #2809, ie.,
adding support '--xml' support for 'svnlook plist'.

This patch passes all 'make *check'.

[[[
Fix issue #2809: svnlook proplist output should be machine parsable (e.g. XML)

* subversion/svnlook/main.c
   (): Include svn_xml.h, svn_base64.h.
   (enum): Add svnlook__xml_opt.
   (options_table, cmd_table, svnlook_opt_state): Add new option for --xml.
   (print_xml_prop): New function to print props in xml which is same as
    svn_cl__print_xml_prop.
   (do_plist): Accept opt_state for xml and throw output in xml if opted.
   (subcommand_plist): Call do_plist with xml option state.
   (main): Add a case to see whether user provided --xml.

Patch by: stylesen
]]]

Thank You.

-- 
Senthil Kumaran S
http://www.stylesen.org/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org

Received on 2008-06-26 15:02:53 CEST

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.