Re: svn commit: r11181 - trunk/subversion/clients/cmdline
"Peter N. Lundblad" <[email protected]> Thu, 30 Sep 2004 20:51:18 +0200 (CEST)
| Newsgroups | gmane.comp.version-control.subversion.svn,gmane.mail.eyebrowse.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 29 Sep 2004 [email protected] 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