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

/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_client_mtcc.h92 /** Adds a copy operation of the node @a src_relpath at revision @a revision
100 svn_client__mtcc_add_copy(const char *src_relpath,
129 /** Adds a move operation of the node @a src_relpath to @a dst_relpath to
137 svn_client__mtcc_add_move(const char *src_relpath,
H A Dsvn_editor.h432 * as the negotiated root. This allows the @a src_relpath argument in
600 const char *src_relpath,
611 const char *src_relpath,
1041 * Copy the node at @a src_relpath, expected to be identical to revision @a
1047 * @a src_relpath argument must generally be able to reference any node
1056 const char *src_relpath,
1063 * Move the node at @a src_relpath to @a dst_relpath.
1066 * expect to find this node. That is, @a src_relpath at the start of
1067 * the whole edit and @a src_relpath at @a src_revision must lie within
1081 const char *src_relpath,
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dmtcc.c60 const char *src_relpath; /* For ADD_DIR, ADD_FILE */ member in struct:mtcc_op_t
231 *origin_relpath = op->src_relpath
232 ? apr_pstrdup(result_pool, op->src_relpath)
280 if (op->src_relpath)
282 *origin_relpath = svn_relpath_join(op->src_relpath, relpath,
372 if (op->src_relpath)
373 op->src_relpath = svn_relpath_join(add_relpath, op->src_relpath,
521 svn_client__mtcc_add_copy(const char *src_relpath, argument
531 SVN_ERR_ASSERT(svn_relpath_is_canonical(src_relpath)
708 svn_client__mtcc_add_move(const char *src_relpath, const char *dst_relpath, svn_client__mtcc_t *mtcc, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_update_move.c207 const char *src_relpath,
217 src_relpath, delete_op_depth));
226 path_for_error_message(wcroot, src_relpath,
267 const char *src_relpath; member in struct:node_move_baton_t
692 nmb->umb->wcroot, nmb->src_relpath,
803 copy_working_node(const char *src_relpath, argument
816 SVN_ERR(svn_sqlite__bindf(stmt, "issdst", wcroot->wc_id, src_relpath,
825 SVN_ERR(svn_sqlite__bindf(stmt, "is", wcroot->wc_id, src_relpath));
854 const char *src_relpath,
890 SVN_ERR(copy_working_node(src_relpath, dst_relpat
205 find_src_op_depth(int *src_op_depth, svn_wc__db_wcroot_t *wcroot, const char *src_relpath, int delete_op_depth, apr_pool_t *scratch_pool) argument
850 tc_editor_incoming_add_directory(node_move_baton_t *nmb, const char *dst_relpath, svn_node_kind_t old_kind, apr_hash_t *props, const char *src_relpath, apr_pool_t *scratch_pool) argument
996 tc_editor_incoming_add_file(node_move_baton_t *nmb, const char *dst_relpath, svn_node_kind_t old_kind, const svn_checksum_t *checksum, apr_hash_t *props, const char *src_relpath, const char *content_abspath, apr_pool_t *scratch_pool) argument
1459 tc_editor_update_incoming_moved_file(node_move_baton_t *nmb, const char *dst_relpath, const char *src_relpath, const svn_checksum_t *src_checksum, const svn_checksum_t *dst_checksum, apr_hash_t *dst_props, apr_hash_t *src_props, svn_boolean_t do_text_merge, apr_pool_t *scratch_pool) argument
2009 update_moved_away_node(node_move_baton_t *nmb, svn_wc__db_wcroot_t *wcroot, const char *src_relpath, const char *dst_relpath, apr_pool_t *scratch_pool) argument
2231 const char *src_relpath, *dst_relpath; local
2472 update_incoming_moved_node(node_move_baton_t *nmb, svn_wc__db_wcroot_t *wcroot, const char *src_relpath, const char *dst_relpath, apr_pool_t *scratch_pool) argument
3768 check_bump_layer(svn_boolean_t *skip, svn_depth_t *src_depth, const char *bump_root, svn_depth_t bump_depth, const char *src_relpath, svn_node_kind_t src_kind, apr_pool_t *scratch_pool) argument
3822 bump_moved_layer(svn_boolean_t *recurse, svn_wc__db_wcroot_t *wcroot, const char *local_relpath, int op_depth, const char *src_relpath, int src_del_depth, svn_depth_t src_depth, const char *dst_relpath, svn_wc__db_t *db, apr_pool_t *scratch_pool) argument
3913 const char *src_relpath; member in struct:bump_pair_t
4181 const char *src_relpath = svn_sqlite__column_text(stmt, 1, NULL); local
4301 const char *src_relpath = svn_sqlite__column_text(stmt, 1, NULL); local
[all...]
H A Dwc_db_pristine.c605 const char *src_relpath,
616 SVN_ERR(svn_sqlite__bindf(stmt, "is", src_wcroot->wc_id, src_relpath));
662 const char *src_relpath, *dst_relpath; local
664 SVN_ERR(svn_wc__db_wcroot_parse_local_abspath(&src_wcroot, &src_relpath,
680 pristine_transfer_txn(src_wcroot, dst_wcroot, src_relpath,
603 pristine_transfer_txn(svn_wc__db_wcroot_t *src_wcroot, svn_wc__db_wcroot_t *dst_wcroot, const char *src_relpath, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
H A Dwc_db_private.h502 const char *src_relpath,
H A Dwc_db.c2072 const char *src_relpath,
2083 SVN_ERR(svn_sqlite__bindf(stmt, "isd", wcroot->wc_id, src_relpath,
2090 path_for_error_message(wcroot, src_relpath,
2317 const char *src_relpath; local
2323 src_relpath = svn_sqlite__column_text(stmt, 1, iterpool);
2326 err = svn_wc__db_op_break_move_internal(wcroot, src_relpath,
3841 const char *src_relpath,
3851 SVN_ERR(svn_sqlite__bindf(stmt, "is", src_wcroot->wc_id, src_relpath));
3886 const char *src_relpath,
3915 src_wcroot, src_relpath, scratch_poo
2071 svn_wc__db_op_break_move_internal(svn_wc__db_wcroot_t *wcroot, const char *src_relpath, int delete_op_depth, const char *dst_relpath, const svn_skel_t *work_items, apr_pool_t *scratch_pool) argument
3840 copy_actual(svn_wc__db_wcroot_t *src_wcroot, const char *src_relpath, svn_wc__db_wcroot_t *dst_wcroot, const char *dst_relpath, apr_pool_t *scratch_pool) argument
3885 cross_db_copy(svn_wc__db_wcroot_t *src_wcroot, const char *src_relpath, svn_wc__db_wcroot_t *dst_wcroot, const char *dst_relpath, svn_wc__db_status_t dst_status, int dst_op_depth, int dst_np_op_depth, svn_node_kind_t kind, const apr_array_header_t *children, apr_int64_t copyfrom_id, const char *copyfrom_relpath, svn_revnum_t copyfrom_rev, apr_pool_t *scratch_pool) argument
4511 db_op_copy(svn_wc__db_wcroot_t *src_wcroot, const char *src_relpath, svn_wc__db_wcroot_t *dst_wcroot, const char *dst_relpath, const svn_skel_t *work_items, int move_op_depth, apr_pool_t *scratch_pool) argument
4776 const char *src_relpath; member in struct:op_copy_baton
4963 const char *src_relpath; local
5313 db_op_copy_shadowed_layer(svn_wc__db_wcroot_t *src_wcroot, const char *src_relpath, int src_op_depth, svn_wc__db_wcroot_t *dst_wcroot, const char *dst_relpath, int dst_op_depth, int del_op_depth, apr_int64_t repos_id, const char *repos_relpath, svn_revnum_t revision, int move_op_depth, apr_pool_t *scratch_pool) argument
7100 const char *src_relpath = svn_sqlite__column_text(stmt, 0, NULL); local
11516 const char *src_relpath = svn_sqlite__column_text(stmt, 1, result_pool); local
11569 const char *src_relpath = apr_hash_this_val(hi); local
15017 const char *src_relpath; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/
H A Deditor.c779 const char *src_relpath,
786 SVN_ERR_ASSERT(svn_relpath_is_canonical(src_relpath));
790 VERIFY_PARENT_MAY_EXIST(editor, src_relpath);
798 err = editor->funcs.cb_copy(editor->baton, src_relpath, src_revision,
815 const char *src_relpath,
822 SVN_ERR_ASSERT(svn_relpath_is_canonical(src_relpath));
825 SHOULD_NOT_BE_COMPLETED(editor, src_relpath);
827 VERIFY_PARENT_MAY_EXIST(editor, src_relpath);
828 CHILD_DELETIONS_ALLOWED(editor, src_relpath);
836 err = editor->funcs.cb_move(editor->baton, src_relpath, src_revisio
778 svn_editor_copy(svn_editor_t *editor, const char *src_relpath, svn_revnum_t src_revision, const char *dst_relpath, svn_revnum_t replaces_rev) argument
814 svn_editor_move(svn_editor_t *editor, const char *src_relpath, svn_revnum_t src_revision, const char *dst_relpath, svn_revnum_t replaces_rev) argument
[all...]
H A Dcompat.c1303 const char *src_relpath,
1315 change->copyfrom_path = apr_pstrdup(eb->edit_pool, src_relpath);
1333 const char *src_relpath,
1344 change = insert_change(src_relpath, eb->changes);
1353 change->copyfrom_path = apr_pstrdup(eb->edit_pool, src_relpath);
1301 copy_cb(void *baton, const char *src_relpath, svn_revnum_t src_revision, const char *dst_relpath, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
1331 move_cb(void *baton, const char *src_relpath, svn_revnum_t src_revision, const char *dst_relpath, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs/
H A Deditor.c551 const char *src_relpath,
558 const char *src_fspath = FSPATH(src_relpath, scratch_pool);
588 const char *src_relpath,
595 const char *src_fspath = FSPATH(src_relpath, scratch_pool);
550 copy_cb(void *baton, const char *src_relpath, svn_revnum_t src_revision, const char *dst_relpath, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
587 move_cb(void *baton, const char *src_relpath, svn_revnum_t src_revision, const char *dst_relpath, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c1251 const char *src_relpath,
1259 SVN_ERR(svn_editor_copy(eb->inner, src_relpath, src_revision, dst_relpath,
1268 const char *src_relpath,
1276 SVN_ERR(svn_editor_move(eb->inner, src_relpath, src_revision, dst_relpath,
1246 copy_cb(void *baton, const char *src_relpath, svn_revnum_t src_revision, const char *dst_relpath, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
1263 move_cb(void *baton, const char *src_relpath, svn_revnum_t src_revision, const char *dst_relpath, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument

Completed in 207 milliseconds