From 3faf8d6bffc5d0fb2525ba37bb504c53366caf9d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 8 May 2018 03:44:38 +0000 Subject: Import Subversion-1.10.0 --- subversion/libsvn_ra_serf/mergeinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subversion/libsvn_ra_serf/mergeinfo.c') diff --git a/subversion/libsvn_ra_serf/mergeinfo.c b/subversion/libsvn_ra_serf/mergeinfo.c index 589ff0768ca72..38f165bc30108 100644 --- a/subversion/libsvn_ra_serf/mergeinfo.c +++ b/subversion/libsvn_ra_serf/mergeinfo.c @@ -228,8 +228,8 @@ svn_ra_serf__get_mergeinfo(svn_ra_session_t *ra_session, SVN_ERR(svn_ra_serf__context_run_one(handler, pool)); - SVN_ERR(svn_ra_serf__error_on_status(handler->sline, handler->path, - handler->location)); + if (handler->sline.code != 200) + SVN_ERR(svn_ra_serf__unexpected_status(handler)); if (apr_hash_count(mergeinfo_ctx->result_catalog)) *catalog = mergeinfo_ctx->result_catalog; -- cgit v1.2.3