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

Re: svn commit: r1049646 - in /subversion/trunk/subversion: bindings/javahl/native/ include/ include/private/ libsvn_repos/ svnadmin/ svnrdump/ tests/cmdline/ tests/cmdline/svntest/

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 18 Dec 2010 23:03:39 +0200

cmpilato_at_apache.org wrote on Wed, Dec 15, 2010 at 17:24:17 -0000:
> @@ -947,14 +953,19 @@ subcommand_load(apr_getopt_t *os, void *
> + if (err && err->apr_err == SVN_ERR_BAD_PROPERTY_VALUE)
> + return svn_error_quick_wrap(err,
> + "Invalid property value found in dumpstream; "
> + "consider repairing the source or using "
> + "--bypass-prop-validation while loading.");

Mark message for translation?

(Rest of the patch looks good.)

Daniel
Received on 2010-12-18 22:06:33 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.