Searched refs:to_latest (Results 1 - 1 of 1) sorted by relevance

/vbox/src/apps/svnsync-vbox/
H A Dmain.c2456 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, TRU
2451 svn_revnum_t to_latest, copying, last_merged; local
[all...]

Completed in 68 milliseconds