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

Re: svn commit: r11181 - trunk/subversion/clients/cmdline

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2004-09-30 20:51:18 CEST

On Wed, 29 Sep 2004 dionisos@tigris.org wrote:

> Author: dionisos
> Date: Wed Sep 29 16:08:40 2004
> New Revision: 11181
>
> Modified:
> trunk/subversion/clients/cmdline/log-cmd.c
> Log:
> Fix issue 2059: svn log --xml is locale dependant while it shouldn't be.
>
>
> * subversion/clients/cmdline/log-cmd.c: Define APR_WANT_STDIO for inclusion of
> stdout and fputs().
> (error_checked_fputs): New. Write raw argument data to stdout. Return
> an error if one occured.

This is good for the branch, but error_checked_fputs could be added to
svn_cmdline.h (svn_cmdline_fputs_raw or something). We have use for it
when we write out raw property values so we can eliminate the last "raw"
stdio calls and be consistent.

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 30 20:37:18 2004

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.