--- On Tue, 18/10/11, [email protected] 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

