You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Peter N. Lundblad" <pe...@famlundblad.se> on 2004/09/30 18:51:18 UTC

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

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