Lines Matching refs:to_latest
2456 svn_revnum_t to_latest, copying, last_merged;
2518 SVN_ERR(svn_ra_get_latest_revnum(to_session, &to_latest, pool));
2528 to_latest = last_merged;
2531 SVN_ERR(svn_ra_get_latest_revnum(to_session, &to_latest, pool));
2540 || ((to_latest != last_merged) && (to_latest != copying)))
2547 copying, last_merged, to_latest);
2549 else if (copying == to_latest)
2556 to_latest, to_latest, TRUE, pool));
2559 to_latest, TRUE, pool));
2579 /* If copying > to_latest, then we just fall through to
2584 if (to_latest != last_merged)
2590 to_latest, last_merged);
2741 SVN_ERR(svn_ra_get_latest_revnum(to_session, &to_latest, subpool));
2748 to_latest),