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

Re: svn commit: r8218 - in trunk/subversion: bindings/swig clients/cmdline libsvn_client libsvn_delta libsvn_fs libsvn_fs/bdb libsvn_ra libsvn_ra_dav libsvn_ra_local libsvn_ra_svn libsvn_repos libsvn_subr libsvn_wc mod_dav_svn svnadmin svndumpfilter svnlook svnserve tests/clients/cmdline

From: Ben Reser <ben_at_reser.org>
Date: 2004-01-11 21:57:52 CET

On Fri, Jan 09, 2004 at 12:34:25PM -0600, kfogel@tigris.org wrote:
> Author: kfogel
> Date: Fri Jan 9 12:34:23 2004
> New Revision: 8218
>

[snip]

> Modified: trunk/subversion/clients/cmdline/export-cmd.c
> ==============================================================================
> --- trunk/subversion/clients/cmdline/export-cmd.c (original)
> +++ trunk/subversion/clients/cmdline/export-cmd.c Fri Jan 9 12:34:23 2004
> @@ -73,8 +73,8 @@
> opt_state->force, ctx, pool);
> if (err && err->apr_err == SVN_ERR_WC_OBSTRUCTED_UPDATE && !opt_state->force)
> SVN_ERR_W (err,
> - "Destination directory exists. Please remove\n"
> - "the directory, use --force to ovewrite.");
> + "Destination directory exists; Please remove "
> + "the directory or use --force to ovewrite.");
> else
> SVN_ERR (err);
>
>

Typo in the error message. It should be overwrite not ovewrite.

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jan 11 21:58:27 2004

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.