Index: subversion/libsvn_ra_serf/replay.c =================================================================== --- subversion/libsvn_ra_serf/replay.c (revision 1418178) +++ subversion/libsvn_ra_serf/replay.c (working copy) @@ -655,7 +655,7 @@ handler->handler_pool = pool; handler->method = "REPORT"; - handler->path = session->session_url_str; + handler->path = session->session_url.path; handler->body_delegate = create_replay_body; handler->body_delegate_baton = replay_ctx; handler->body_type = "text/xml"; @@ -798,7 +798,7 @@ handler->handler_pool = replay_ctx->src_rev_pool; handler->method = "REPORT"; - handler->path = session->session_url_str; + handler->path = session->session_url.path; handler->body_delegate = create_replay_body; handler->body_delegate_baton = replay_ctx; handler->conn = session->conns[0];