Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDwc_db.c4433 int min_op_depth = 1; /* Never touch BASE */ in op_depth_for_copy() local
4453 min_op_depth = svn_sqlite__column_int(stmt, 0); in op_depth_for_copy()
4455 incomplete_op_depth = min_op_depth; in op_depth_for_copy()
4469 if (*parent_op_depth < min_op_depth) in op_depth_for_copy()