Senthil Kumaran S wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Karl Fogel wrote:
>> Of course, the appropriate patch now (after r32043, in which Julian
>> reverted his change) would be somewhat different anyway...
>
> I am attaching the updated patch along with this email.
>
> Daniel, I ve incorporated the changes you ve mentioned for the log message.
Updated patch attached after r32060.
[[[
Factor out an XML-printing function that was common to "svn" and "svnlook"
since r31978.
This Follows up to r32015, r32018, r32021, r32022, r32043 and the discussions
on this thread - http://svn.haxx.se/dev/archive-2008-07/0227.shtml
* build.conf
(libsvn_subr): Add svn_cmdline_private.h to msvc-export.
* subversion/libsvn_subr/cmdline.c
(): Include svn_xml.h, svn_base64.h
(svn_cmdline__print_xml_prop): New name for svn_cl__print_xml_prop()
* subversion/svn/props.c
(): Include svn_cmdline_private.h
(svn_cl__print_xml_prop): Removed, since it is renamed to
svn_cmdline__print_xml_prop.
(svn_cl__print_xml_prop_hash): Use svn_cmdline__print_xml_prop due to
above change.
* subversion/svn/cl.h
(svn_cl__print_xml_prop): Move to ..
* subversion/include/private/svn_cmdline_private.h
(svn_cmdline__print_xml_prop): .. here
* subversion/svn/propget-cmd.c
(): Include svn_cmdline_private.h
(print_properties_xml): Use svn_cmdline__print_xml_prop due to above change.
(svn_cl__propget): Same as above.
* subversion/svnlook/main.c
(): Include svn_cmdline_private.h
(print_xml_prop): Removed since we can use svn_cmdline__print_xml_prop now.
(do_plist): Use svn_cmdline__print_xml_prop due to above changes.
Patch by: stylesen
Suggested by: glasser
]]]
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-07-10 17:39:37 CEST