Searched refs:to_url (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/svnsync/
H A Dsync.h72 const char *to_url,
H A Dsvnsync.c426 const char *to_url;
741 const char *to_url,
755 b->to_url = to_url;
885 const char *to_url, *from_url;
900 to_url = APR_ARRAY_IDX(targets, 0, const char *);
903 if (! svn_path_is_url(to_url))
905 _("Path '%s' is not a URL"), to_url);
910 baton = make_subcommand_baton(opt_baton, to_url, from_url, 0, 0, pool);
1003 SVN_ERR(svn_ra_open4(&target_session, NULL, baton->to_url, NUL
425 const char *to_url; member in struct:subcommand_baton_t
739 make_subcommand_baton(opt_baton_t *opt_baton, const char *to_url, const char *from_url, svn_revnum_t start_rev, svn_revnum_t end_rev, apr_pool_t *pool) argument
883 const char *to_url, *from_url; local
1564 const char *to_url, *from_url; local
1745 const char *to_url = NULL; local
1854 const char *to_url; local
[all...]
H A Dsync.c238 const char *to_url; /* URL we're copying into, for correct copyfrom URLs */ member in struct:edit_baton_t
320 copyfrom_path = svn_path_url_add_component2(eb->to_url,
369 copyfrom_path = svn_path_url_add_component2(eb->to_url,
698 const char *to_url,
729 eb->to_url = to_url;
695 svnsync_get_sync_editor(const svn_delta_editor_t *wrapped_editor, void *wrapped_edit_baton, svn_revnum_t base_revision, const char *to_url, const char *source_prop_encoding, svn_boolean_t quiet, const svn_delta_editor_t **editor, void **edit_baton, int *normalized_node_props_counter, apr_pool_t *pool) argument

Completed in 73 milliseconds