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

Re: [BUG] svn log output truncated on IRIX.

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2006-06-18 19:01:42 CEST

Carsten Koch wrote:
[...]
> The log entry simply stops before the first Umlaut.
> The output continues with the next log entry without
> a line feed.
>
> I tried my test case on AIX, HP-UX, IRIX, Linux and Solaris.
> It fails only on IRIX.
[...]
>
> I'll be happy to debug this, but I have no idea
> where to start looking. Can somebody point me to
> the right place in the source, please?

The output is converted to the local character encoding and printed within the
function svn_cmdline_printf(), called near the end of log_message_receiver() in
subversion/svn/log-cmd.c. You need to step through that and see where it
truncates the output and why it doesn't return an error when doing so.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 18 19:01:55 2006

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.