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

Re: svn commit: rev 6524 - trunk/subversion/clients/cmdline

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-07-22 02:11:04 CEST

On Mon, Jul 21, 2003 at 02:36:39PM -0500, kfogel@tigris.org wrote:
>...
> +++ trunk/subversion/clients/cmdline/mkdir-cmd.c Mon Jul 21 14:36:29 2003
>...
> + {
> + if (err->apr_err == APR_EEXIST)
> + return svn_error_createf
> + (err->apr_err, err,
> + "Try 'svn add' or 'svn add --non-recursive' instead?");

I think it would be cleaner to use svn_error_quick_wrap() here.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 22 02:04:40 2003

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.