Lines Matching refs:from_url
956 const char *from_url;
995 svn_string_t *from_url;
1017 &from_url, pool));
1019 if (from_url)
1023 from_url->data);
1028 SVN_ERR(svn_ra_open3(&from_session, baton->from_url, NULL, baton->callbacks,
1031 SVN_ERR(svn_ra_open2(&from_session, baton->from_url, baton->callbacks,
1035 SVN_ERR(check_if_session_is_at_repos_root(from_session, baton->from_url,
1039 svn_string_create(baton->from_url, pool),
1114 SVN_ERR(svn_ra_open3(&from_session_prop, baton->from_url, NULL,
1146 const char *to_url, *from_url;
1155 from_url = svn_path_canonicalize(APR_ARRAY_IDX(args, 1, const char *), pool);
1160 if (! svn_path_is_url(from_url))
1162 _("Path '%s' is not a URL"), from_url);
1165 baton.from_url = svn_path_canonicalize(from_url, pool);
2387 svn_string_t *from_url, *from_uuid;
2391 &from_url, pool));
2402 if (! from_url || ! from_uuid || ! *last_merged_rev || ! start_rev_str)
2404 if (! from_url || ! from_uuid || ! *last_merged_rev)
2414 SVN_ERR(svn_ra_open3(from_session, from_url->data, NULL, callbacks, baton,
2417 SVN_ERR(svn_ra_open2(from_session, from_url->data, callbacks, baton,
2421 SVN_ERR(check_if_session_is_at_repos_root(*from_session, from_url->data,
2459 svn_string_t *from_url;
2475 &from_url, pool));
2486 SVN_ERR(svn_ra_open3(&from_session_prop, from_url->data, NULL,