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

Re: svn commit: r1546114 - in /subversion/trunk: ./ subversion/libsvn_fs_x/ subversion/svnadmin/svnadmin.c subversion/tests/cmdline/svnadmin_tests.py subversion/tests/libsvn_fs_x/

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 27 Nov 2013 22:38:02 +0200

stsp_at_apache.org wrote on Wed, Nov 27, 2013 at 17:08:02 -0000:
> @@ -1696,15 +1741,63 @@ subcommand_verify(apr_getopt_t *os, void
> + /* Show the --keep-going error summary. */
> + if (opt_state->keep_going && notify_baton.error_summary->nelts > 0)
> + {
> + apr_pool_t *iterpool;
> + int i;
> +
> + svn_error_clear(
> + svn_stream_printf(notify_baton.feedback_stream, pool,
> + _("\n-----Summary of corrupt revisions-----\n")));

What happens if the localized string contains a percent sign?
Received on 2013-11-27 21:38:40 CET

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.