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

/freebsd-10-stable/contrib/subversion/subversion/svn/
H A Dcl-log.h53 const char *target_path_or_url;
51 const char *target_path_or_url; member in struct:svn_cl__log_receiver_baton
H A Dmergeinfo-cmd.c233 const char *target_path_or_url,
243 target_is_wc = (! svn_path_is_url(target_path_or_url))
255 target_path_or_url, target_revision,
303 baton->target_path_or_url = target;
228 mergeinfo_summary( const char *source_path_or_url, const svn_opt_revision_t *source_revision, const char *target_path_or_url, const svn_opt_revision_t *target_revision, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
H A Dlog-cmd.c65 const char *target_path_or_url,
92 target_path_or_url,
448 lb->target_path_or_url, &lb->target_peg_revision,
768 SVN_ERR(svn_opt_parse_path(&lb.target_peg_revision, &lb.target_path_or_url,
774 APR_ARRAY_IDX(targets, 0, const char *) = lb.target_path_or_url;
63 display_diff(const svn_log_entry_t *log_entry, const char *target_path_or_url, const svn_opt_revision_t *target_peg_revision, svn_depth_t depth, const char *diff_extensions, svn_stream_t *outstream, svn_stream_t *errstream, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/subversion/subversion/svnbench/
H A Dnull-log-cmd.c143 const char *target_path_or_url;
175 SVN_ERR(svn_opt_parse_path(&target_peg_revision, &target_path_or_url,
181 APR_ARRAY_IDX(targets, 0, const char *) = target_path_or_url;
142 const char *target_path_or_url; local
/freebsd-10-stable/contrib/subversion/subversion/include/private/
H A Dsvn_client_private.h327 const char *target_path_or_url,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dmergeinfo.c1673 const char *target_path_or_url,
1760 if (ra_session && svn_path_is_url(target_path_or_url))
1762 SVN_ERR(svn_ra_reparent(ra_session, target_path_or_url, subpool));
1764 target_path_or_url,
1774 target_path_or_url,
1789 target_path_or_url, target_peg_revision,
1801 target_path_or_url, target_peg_revision,
1806 if (!svn_path_is_url(target_path_or_url))
1808 SVN_ERR(svn_dirent_get_absolute(&target_path_or_url,
1809 target_path_or_url, scratch_poo
1669 svn_client__mergeinfo_log(svn_boolean_t finding_merged, const char *target_path_or_url, const svn_opt_revision_t *target_peg_revision, svn_mergeinfo_catalog_t *target_mergeinfo_catalog, const char *source_path_or_url, const svn_opt_revision_t *source_peg_revision, const svn_opt_revision_t *source_start_revision, const svn_opt_revision_t *source_end_revision, svn_log_entry_receiver_t log_receiver, void *log_receiver_baton, svn_boolean_t discover_changed_paths, svn_depth_t depth, const apr_array_header_t *revprops, svn_client_ctx_t *ctx, svn_ra_session_t *ra_session, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2188 svn_client_mergeinfo_log2(svn_boolean_t finding_merged, const char *target_path_or_url, const svn_opt_revision_t *target_peg_revision, const char *source_path_or_url, const svn_opt_revision_t *source_peg_revision, const svn_opt_revision_t *source_start_revision, const svn_opt_revision_t *source_end_revision, svn_log_entry_receiver_t log_receiver, void *log_receiver_baton, svn_boolean_t discover_changed_paths, svn_depth_t depth, const apr_array_header_t *revprops, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
[all...]
H A Ddeprecated.c2955 const char *target_path_or_url,
2973 target_path_or_url, target_peg_revision,
2952 svn_client_mergeinfo_log(svn_boolean_t finding_merged, const char *target_path_or_url, const svn_opt_revision_t *target_peg_revision, const char *source_path_or_url, const svn_opt_revision_t *source_peg_revision, svn_log_entry_receiver_t receiver, void *receiver_baton, svn_boolean_t discover_changed_paths, svn_depth_t depth, const apr_array_header_t *revprops, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
H A Dmerge.c12236 const char *target_path_or_url,
12257 target_path_or_url,
12573 * specified by @a target_path_or_url at @a target_revision, which must
12583 const char *target_path_or_url,
12602 target_path_or_url, NULL, target_revision, target_revision,
12871 const char *target_path_or_url,
12880 target_is_wc = (! svn_path_is_url(target_path_or_url))
12888 SVN_ERR(svn_dirent_get_absolute(&target_abspath, target_path_or_url,
12901 target_path_or_url, target_revision,
12224 short_circuit_mergeinfo_log(svn_mergeinfo_catalog_t *target_mergeinfo_cat, svn_boolean_t finding_merged, const char *target_path_or_url, const svn_opt_revision_t *target_peg_revision, const char *source_path_or_url, const svn_opt_revision_t *source_peg_revision, const svn_opt_revision_t *source_start_revision, const svn_opt_revision_t *source_end_revision, svn_log_entry_receiver_t receiver, svn_revnum_t *revision, svn_client_ctx_t *ctx, svn_ra_session_t *ra_session, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
12570 find_automatic_merge_no_wc(automatic_merge_t **merge_p, const char *source_path_or_url, const svn_opt_revision_t *source_revision, const char *target_path_or_url, const svn_opt_revision_t *target_revision, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
12853 svn_client_get_merging_summary(svn_boolean_t *needs_reintegration, const char **yca_url, svn_revnum_t *yca_rev, const char **base_url, svn_revnum_t *base_rev, const char **right_url, svn_revnum_t *right_rev, const char **target_url, svn_revnum_t *target_rev, const char **repos_root_url, const char *source_path_or_url, const svn_opt_revision_t *source_revision, const char *target_path_or_url, const svn_opt_revision_t *target_revision, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_client.h3532 * The target is specified by @a target_path_or_url at @a target_revision,
3562 const char *target_path_or_url,
3970 * @a target_path_or_url (as of @a target_peg_revision). If @a
3991 * inherited mergeinfo on @a target_path_or_url when calculating merged
3994 * target_path_or_url.
4017 const char *target_path_or_url,
4041 const char *target_path_or_url,

Completed in 124 milliseconds