Index: subversion/libsvn_ra_serf/merge.c =================================================================== --- subversion/libsvn_ra_serf/merge.c (revision 1095083) +++ subversion/libsvn_ra_serf/merge.c (working copy) @@ -308,8 +308,7 @@ /* We now need to dive all the way into the WC to update the * base VCC url. */ - if ((! SVN_RA_SERF__HAVE_HTTPV2_SUPPORT(ctx->session)) - && ctx->session->wc_callbacks->push_wc_prop) + if (ctx->session->wc_callbacks->push_wc_prop) { svn_string_t checked_in_str; const char *checked_in;