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

Re: [patch] l10n crashes

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-09-04 21:58:55 CEST

Peter N. Lundblad wrote:
>>Index: Makefile.in
>>===================================================================
>>--- Makefile.in (revision 16034)
>>+++ Makefile.in (working copy)
>>@@ -273,6 +273,19 @@
>> -name "*.c" -print -or \
>> -name "svn_error_codes.h" -print | \
>> $(XGETTEXT) --sort-by-file -k_ -kN_ -kSVN_ERRDEF:3 \
>>+ --flag=_:1:pass-c-format \
>>+ --flag=svn_cmdline_printf:2:c-format \
>>+ --flag=svn_cmdline_fprintf:3:c-format \
>>+ --flag=svn_error_createf:3:c-format \
>>+ --flag=svn_error_wrap_apr:2:c-format \
>>+ --flag=svn_stream_printf:3:c-format \
>>+ --flag=svn_stream_printf_from_utf8:4:c-format \
>>+ --flag=svn_string_createf:2:c-format \
>>+ --flag=svn_string_createv:2:c-format \
>>+ --flag=svn_stringbuf_createf:2:c-format \
>>+ --flag=svn_stringbuf_createv:2:c-format \
>>+ --flag=dav_svn__send_xml:3:c-format \
>
> Is this necessary?

What, that last line? Oops, no, that function does not use localisable
messages. Lose that one.

> For some reason, this patch didn't apply cleanly to trunk, but I'm +0.

The spacing in the patch has got corrupted: the lines should begin with a tab
character. That would explain it not applying cleanly.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 4 21:59:37 2005

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.