summaryrefslogtreecommitdiffstats
path: root/contrib/subversion/subversion/svn/resolve-cmd.c
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2016-05-14 10:18:27 +0000
committerdim <dim@FreeBSD.org>2016-05-14 10:18:27 +0000
commitc0fce3206c07db73705b223c4cb4ef41d586fbb7 (patch)
treec7c6791fdb0ac3703a154f91c073e2d194dac0f9 /contrib/subversion/subversion/svn/resolve-cmd.c
parente2e2d0eaebaad89d0ef90f345309428d02e0c8ab (diff)
downloadFreeBSD-src-c0fce3206c07db73705b223c4cb4ef41d586fbb7.zip
FreeBSD-src-c0fce3206c07db73705b223c4cb4ef41d586fbb7.tar.gz
MFC r275385 (by bapt):
Sync the svn template with the one from ports MFC r289180 (by peter): Update from svn-1.8.14 to 1.9.2. Formal release notes are available: https://subversion.apache.org/docs/release-notes/1.9.html Of particular note, the client checkout format has *not* changed so upgrades should *not* be required. When reading a repository (file:// or running as a local server), an improved fsfs version 7 is available with significant performance improvements. An optional upgrade is possible to use the new features. Without the upgrade, this is fully read/write compatible with the version 6 fsfs as in svn-1.8. MFC r298845: Update from subversion 1.9.2 to 1.9.4. This contains only bug fixes, no new features. The repository format is also unchanged from 1.9.2. Full list of changes between 1.9.4 and earlier versions: https://svn.apache.org/repos/asf/subversion/tags/1.9.4/CHANGES Note that the two security issues fixed in 1.9.4 (CVE-2016-2167 and CVE-2016-2168) do not affect the version of Subversion in the FreeBSD base system, since neither SASL nor Apache modules are enabled. MFC r298996: Re-sync the FreeBSD-specific Subversion template with the one from ports. Relnotes: yes
Diffstat (limited to 'contrib/subversion/subversion/svn/resolve-cmd.c')
-rw-r--r--contrib/subversion/subversion/svn/resolve-cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/subversion/subversion/svn/resolve-cmd.c b/contrib/subversion/subversion/svn/resolve-cmd.c
index ce4818e..035bf29 100644
--- a/contrib/subversion/subversion/svn/resolve-cmd.c
+++ b/contrib/subversion/subversion/svn/resolve-cmd.c
@@ -123,7 +123,7 @@ svn_cl__resolve(apr_getopt_t *os,
svn_pool_destroy(iterpool);
if (had_error)
- return svn_error_create(SVN_ERR_CL_ERROR_PROCESSING_EXTERNALS, NULL,
+ return svn_error_create(SVN_ERR_WC_CONFLICT_RESOLVER_FAILURE, NULL,
_("Failure occurred resolving one or more "
"conflicts"));
OpenPOWER on IntegriCloud