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

Re: Julian, side effect of r32015?

From: Senthil Kumaran S <senthil_at_collab.net>
Date: Thu, 10 Jul 2008 21:08:47 +0530

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

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.