• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/

Lines Matching refs:db

81 #define SDB_FILE  "wc.db"
515 SVN_ERR(svn_wc__adm_cleanup_tmp_area(db, wcroot_abspath, iterpool));
1151 svn_wc__db_t *db,
1166 SVN_ERR(svn_wc__db_get_wcroot(&wcroot_abspath, db, wri_abspath,
1190 db, wri_abspath,
1208 db, wri_abspath,
1237 db, wri_abspath,
1333 svn_wc__db_t *db; /* Read only temp db */
1335 SVN_ERR(svn_wc__db_open(&db, NULL, TRUE /* open_without_upgrade */, FALSE,
1347 err = bump_30_upgrade_one_conflict(db, bb->wcroot_abspath, stmt, sdb,
1363 SVN_ERR(svn_wc__db_close(db));
1481 *DATA refers to the single root db.
1487 svn_wc__db_t *db,
1576 err = svn_wc__write_upgraded_entries(dir_baton, parent_baton, db, data->sdb,
1728 svn_wc__db_t *db,
1751 SVN_ERR(svn_wc__db_temp_get_format(&old_format, db, dir_abspath,
1786 SVN_ERR(upgrade_to_wcng(&dir_baton, parent_baton, db, dir_abspath,
1803 SVN_ERR(upgrade_working_copy(dir_baton, db, child_abspath,
1898 svn_wc__db_t *db;
1911 SVN_ERR(svn_wc__db_open(&db, NULL /* ### config */, TRUE, FALSE,
1916 db, local_abspath,
1925 svn_wc__db_close(db)));
1934 SVN_ERR(svn_wc__db_close(db));
1955 some/wc/.svn/tmp/wcng/wc.db and copy the metadata from one to the
1956 other, then the temporary wc.db file gets moved into the original
1957 root. Until the wc.db file is moved the original working copy
1959 the partial upgrade. Moving the wc.db file creates a wcng, and
1990 db, data.root_abspath,
2000 SVN_ERR(svn_wc__db_wclock_obtain(db, data.root_abspath, 0, FALSE,
2004 upgrade_working_copy(NULL, db, local_abspath,
2018 SVN_ERR(svn_wc__wq_build_file_move(&work_item, db, local_abspath,
2026 SVN_ERR(svn_wc__db_wq_add(db, data.root_abspath, work_items, scratch_pool));
2028 SVN_ERR(svn_wc__db_wclock_release(db, data.root_abspath, scratch_pool));
2029 SVN_ERR(svn_wc__db_close(db));
2031 /* Renaming the db file is what makes the pre-wcng into a wcng */
2037 SVN_ERR(svn_wc__db_open(&db, NULL /* ### config */, FALSE, FALSE,
2039 SVN_ERR(svn_wc__wq_run(db, local_abspath, cancel_func, cancel_baton,
2041 SVN_ERR(svn_wc__db_close(db));
2081 SVN_ERR(svn_wc__db_upgrade_insert_external(wc_ctx->db, local_abspath,