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

Re: svn commit: r1185746 - Fix up some erroneous "Could not frob some targets because..." warnings.

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Wed, 19 Oct 2011 10:13:48 +0100 (BST)

--- On Tue, 18/10/11, stsp_at_apache.org wrote:
> Modified: subversion/trunk/subversion/svn/add-cmd.c
> ==============================================================
> @@ -80,21 +79,34 @@ svn_cl__add(apr_getopt_t *os,
> SVN_ERR_ENTRY_EXISTS, SVN_ERR_WC_PATH_NOT_FOUND, SVN_NO_ERROR));
[...]
> +          else if (status == SVN_ERR_UNVERSIONED_RESOURCE)
> +            err = svn_error_quick_wrap(err,
> +              _("Could not add all targets because "
> +                "some targets are already versioned"));

That error status doesn't look right; should be _ENTRY_EXISTS?

- Julian
Received on 2011-10-19 11:14:32 CEST

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.