Home
last modified time | relevance | path

Searched refs:old_rev (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/ofed/management/
Dmake.dist114 old_rev=`cat $TMPDIR/$target.gitrev`
117 if [ "$old_rev" = "$git_rev" ] ; then
/freebsd-10-stable/contrib/subversion/subversion/svn/
Ddiff-cmd.c273 svn_opt_revision_t old_rev, new_rev; in svn_cl__diff() local
292 SVN_ERR(svn_opt_parse_path(&old_rev, &old_target, in svn_cl__diff()
295 if (old_rev.kind != svn_opt_revision_unspecified) in svn_cl__diff()
296 opt_state->start_revision = old_rev; in svn_cl__diff()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dwc_db_update_move.c1657 update_moved_away_conflict_victim(svn_revnum_t *old_rev, in update_moved_away_conflict_victim() argument
1727 *old_rev = old_version.peg_rev; in update_moved_away_conflict_victim()
1783 svn_revnum_t old_rev, new_rev; in svn_wc__db_update_moved_away_conflict_victim() local
1799 &old_rev, &new_rev, in svn_wc__db_update_moved_away_conflict_victim()
1807 SVN_ERR(svn_wc__db_update_move_list_notify(wcroot, old_rev, new_rev, in svn_wc__db_update_moved_away_conflict_victim()
1894 svn_revnum_t old_rev; in bump_mark_tree_conflict() local
1923 SVN_ERR(svn_wc__db_depth_get_info(NULL, &old_kind, &old_rev, in bump_mark_tree_conflict()
1946 repos_root_url, repos_uuid, old_repos_relpath, old_rev, in bump_mark_tree_conflict()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dtransaction.c3403 svn_revnum_t old_rev, new_rev; in commit_body() local
3429 SVN_ERR(svn_fs_fs__read_current(&old_rev, &start_node_id, &start_copy_id, in commit_body()
3431 ffd->youngest_rev_cache = old_rev; in commit_body()
3435 if (cb->txn->base_rev != old_rev) in commit_body()
3451 new_rev = old_rev + 1; in commit_body()
3540 old_rev_filename = svn_fs_fs__path_rev_absolute(cb->fs, old_rev, pool); in commit_body()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
Dtransaction.c3327 svn_revnum_t old_rev, new_rev; in commit_body() local
3351 SVN_ERR(svn_fs_x__youngest_rev(&old_rev, cb->fs, scratch_pool)); in commit_body()
3355 if (cb->txn->base_rev != old_rev) in commit_body()
3371 new_rev = old_rev + 1; in commit_body()
3445 old_rev_filename = svn_fs_x__path_rev_absolute(cb->fs, old_rev, in commit_body()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
Dmerge.c4893 svn_revnum_t old_rev = MIN(source->loc1->rev, source->loc2->rev); in find_gaps_in_merge_source_history() local
4912 primary_src->rev, old_rev, in find_gaps_in_merge_source_history()
11057 svn_revnum_t old_rev, young_rev; in find_youngest_merged_rev() local
11061 &young_rev, &old_rev, in find_youngest_merged_rev()