Home
last modified time | relevance | path

Searched refs:repos_url (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_client/
H A Dmtcc-test.c126 const char *repos_url; in test_mkdir() local
154 const char *repos_url; in test_mkgreek() local
179 const char *repos_url; in test_swap() local
206 const char *repos_url; in test_propset() local
278 const char *repos_url; in test_update_files() local
325 const char *repos_url; in test_overwrite() local
357 const char *repos_url; in test_anchoring() local
443 const char *repos_url; in test_replace_tree() local
586 const char *repos_url; in test_file_revs_both_ways() local
734 const char *repos_url; in test_iprops_path_format() local
[all …]
H A Dclient-test.c339 const char *repos_url; in test_patch() local
440 const char *repos_url; in test_wc_add_scenarios() local
577 const char *repos_url; in test_copy_crash() local
606 const char *repos_url; in test_16k_add() local
664 const char *repos_url; in test_youngest_common_ancestor() local
705 source.path = repos_url; in test_youngest_common_ancestor()
735 const char *repos_url; in test_foreign_repos_copy() local
791 const char *repos_url; in test_suggest_mergesources() local
924 const char *repos_url; in test_remote_only_status() local
1077 const char *repos_url; in test_copy_pin_externals() local
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_client/
H A Dmtcc-test.c126 const char *repos_url; in test_mkdir() local
154 const char *repos_url; in test_mkgreek() local
179 const char *repos_url; in test_swap() local
206 const char *repos_url; in test_propset() local
278 const char *repos_url; in test_update_files() local
325 const char *repos_url; in test_overwrite() local
357 const char *repos_url; in test_anchoring() local
443 const char *repos_url; in test_replace_tree() local
586 const char *repos_url; in test_file_revs_both_ways() local
734 const char *repos_url; in test_iprops_path_format() local
[all …]
H A Dclient-test.c339 const char *repos_url; in test_patch() local
440 const char *repos_url; in test_wc_add_scenarios() local
577 const char *repos_url; in test_copy_crash() local
606 const char *repos_url; in test_16k_add() local
664 const char *repos_url; in test_youngest_common_ancestor() local
705 source.path = repos_url; in test_youngest_common_ancestor()
735 const char *repos_url; in test_foreign_repos_copy() local
791 const char *repos_url; in test_suggest_mergesources() local
924 const char *repos_url; in test_remote_only_status() local
1077 const char *repos_url; in test_copy_pin_externals() local
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_client/
H A Dmtcc-test.c126 const char *repos_url; in test_mkdir() local
154 const char *repos_url; in test_mkgreek() local
179 const char *repos_url; in test_swap() local
206 const char *repos_url; in test_propset() local
278 const char *repos_url; in test_update_files() local
325 const char *repos_url; in test_overwrite() local
357 const char *repos_url; in test_anchoring() local
443 const char *repos_url; in test_replace_tree() local
586 const char *repos_url; in test_file_revs_both_ways() local
734 const char *repos_url; in test_iprops_path_format() local
[all …]
H A Dclient-test.c339 const char *repos_url; in test_patch() local
440 const char *repos_url; in test_wc_add_scenarios() local
577 const char *repos_url; in test_copy_crash() local
606 const char *repos_url; in test_16k_add() local
664 const char *repos_url; in test_youngest_common_ancestor() local
705 source.path = repos_url; in test_youngest_common_ancestor()
735 const char *repos_url; in test_foreign_repos_copy() local
791 const char *repos_url; in test_suggest_mergesources() local
924 const char *repos_url; in test_remote_only_status() local
1077 const char *repos_url; in test_copy_pin_externals() local
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_client/
H A Dmtcc-test.c126 const char *repos_url; in test_mkdir() local
154 const char *repos_url; in test_mkgreek() local
179 const char *repos_url; in test_swap() local
206 const char *repos_url; in test_propset() local
278 const char *repos_url; in test_update_files() local
325 const char *repos_url; in test_overwrite() local
357 const char *repos_url; in test_anchoring() local
443 const char *repos_url; in test_replace_tree() local
586 const char *repos_url; in test_file_revs_both_ways() local
734 const char *repos_url; in test_iprops_path_format() local
[all …]
H A Dclient-test.c339 const char *repos_url; in test_patch() local
440 const char *repos_url; in test_wc_add_scenarios() local
577 const char *repos_url; in test_copy_crash() local
606 const char *repos_url; in test_16k_add() local
664 const char *repos_url; in test_youngest_common_ancestor() local
705 source.path = repos_url; in test_youngest_common_ancestor()
735 const char *repos_url; in test_foreign_repos_copy() local
791 const char *repos_url; in test_suggest_mergesources() local
924 const char *repos_url; in test_remote_only_status() local
1077 const char *repos_url; in test_copy_pin_externals() local
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/error_tracking/sentry_client/
H A Drepo.rb7 repos_url = repos_api_url(organization_slug)
9 repos = http_get(repos_url)[:body]
19 repos_url = URI(url)
20 repos_url.path = "/api/0/organizations/#{organization_slug}/repos/"
22 repos_url
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/ctypes-python/test/
H A Dremoterepos.py39 repos_url = pathname2url(repos_location) variable
40 if repos_url.startswith("///"):
43 repos_url = "file:" + repos_url variable
47 repos_url = "file://" + repos_url
62 self.repos = RemoteRepository(repos_url)
202 … commit_info = self.repos.svnimport(newfile, "%s/newfile.txt" % repos_url, log_func=self._log_func)
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/ctypes-python/test/
H A Dremoterepos.py39 repos_url = pathname2url(repos_location) variable
40 if repos_url.startswith("///"):
43 repos_url = "file:" + repos_url variable
47 repos_url = "file://" + repos_url
62 self.repos = RemoteRepository(repos_url)
202 … commit_info = self.repos.svnimport(newfile, "%s/newfile.txt" % repos_url, log_func=self._log_func)
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/ctypes-python/test/
H A Dremoterepos.py39 repos_url = pathname2url(repos_location) variable
40 if repos_url.startswith("///"):
43 repos_url = "file:" + repos_url variable
47 repos_url = "file://" + repos_url
62 self.repos = RemoteRepository(repos_url)
202 … commit_info = self.repos.svnimport(newfile, "%s/newfile.txt" % repos_url, log_func=self._log_func)
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/ctypes-python/test/
H A Dremoterepos.py39 repos_url = pathname2url(repos_location) variable
40 if repos_url.startswith("///"):
43 repos_url = "file:" + repos_url variable
47 repos_url = "file://" + repos_url
62 self.repos = RemoteRepository(repos_url)
202 … commit_info = self.repos.svnimport(newfile, "%s/newfile.txt" % repos_url, log_func=self._log_func)
/dports/java/java-subversion/subversion-1.14.1/subversion/svn/
H A Dcheckout-cmd.c126 const char *repos_url = APR_ARRAY_IDX(targets, i, const char *); in svn_cl__checkout() local
137 if (! svn_path_is_url(repos_url)) in svn_cl__checkout()
140 _("'%s' does not appear to be a URL"), repos_url); in svn_cl__checkout()
143 SVN_ERR(svn_opt_parse_path(&peg_revision, &true_url, repos_url, in svn_cl__checkout()
/dports/devel/py-subversion/subversion-1.14.1/subversion/svn/
H A Dcheckout-cmd.c126 const char *repos_url = APR_ARRAY_IDX(targets, i, const char *); in svn_cl__checkout() local
137 if (! svn_path_is_url(repos_url)) in svn_cl__checkout()
140 _("'%s' does not appear to be a URL"), repos_url); in svn_cl__checkout()
143 SVN_ERR(svn_opt_parse_path(&peg_revision, &true_url, repos_url, in svn_cl__checkout()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svn/
H A Dcheckout-cmd.c126 const char *repos_url = APR_ARRAY_IDX(targets, i, const char *); in svn_cl__checkout() local
137 if (! svn_path_is_url(repos_url)) in svn_cl__checkout()
140 _("'%s' does not appear to be a URL"), repos_url); in svn_cl__checkout()
143 SVN_ERR(svn_opt_parse_path(&peg_revision, &true_url, repos_url, in svn_cl__checkout()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svn/
H A Dcheckout-cmd.c126 const char *repos_url = APR_ARRAY_IDX(targets, i, const char *); in svn_cl__checkout() local
137 if (! svn_path_is_url(repos_url)) in svn_cl__checkout()
140 _("'%s' does not appear to be a URL"), repos_url); in svn_cl__checkout()
143 SVN_ERR(svn_opt_parse_path(&peg_revision, &true_url, repos_url, in svn_cl__checkout()
/dports/devel/p5-subatom/subatom-0.12/bin/
H A Dsubatom39 $config->{ repos_url } = untaint( repos_url => $repos );
91 push @cmd, $config->{ repos_url }, @{ $config->{ path } };
146 return $config->{ repos_url } . $path;
164 id => $config->{ repos_url } . '#r' . $item->{ revision },
212 id => $config->{ repos_url },
282 return $config->{ repos_url } && $config->{ output_file };
/dports/java/java-subversion/subversion-1.14.1/tools/client-side/
H A Dsvn-graph.pl50 my $repos_url;
101 $repos_url = SVN::Core::uri_canonicalize($ARGV[0]);
207 $client->log($repos_url, $startrev, $youngest, 1, 0, \&process_revision);
/dports/devel/py-subversion/subversion-1.14.1/tools/client-side/
H A Dsvn-graph.pl50 my $repos_url;
101 $repos_url = SVN::Core::uri_canonicalize($ARGV[0]);
207 $client->log($repos_url, $startrev, $youngest, 1, 0, \&process_revision);
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/client-side/
H A Dsvn-graph.pl50 my $repos_url;
101 $repos_url = SVN::Core::uri_canonicalize($ARGV[0]);
207 $client->log($repos_url, $startrev, $youngest, 1, 0, \&process_revision);
/dports/devel/p5-subversion/subversion-1.14.1/tools/client-side/
H A Dsvn-graph.pl50 my $repos_url;
101 $repos_url = SVN::Core::uri_canonicalize($ARGV[0]);
207 $client->log($repos_url, $startrev, $youngest, 1, 0, \&process_revision);
/dports/devel/hgsvn/hgsvn-0.6.0/hgsvn/run/
H A Dhgpushsvn.py31 repos_url = "" variable
668 args += [repos_url +'/'+svn_base]
686 result = svn_merge_proof(args + [repos_url +'/'+svn_first, repos_url +'/'+svn_last])
769 svn_switch_to(repos_url +'/'+svn_base, clean=True, ignore_ancetry=True)
841 …vn(['copy', '--parents', '-m', automessage, "%s@%s"%(repos_url+orig_svn_branch, svn_rev), repos_ur…
846 svn_switch_to(repos_url+svn_branch, ignore_ancetry=True, clean=True)
921 global repos_url
942 repos_url = svn_info["repos_url"]
945 assert wc_url.startswith(repos_url)
947 wc_base = wc_url[len(repos_url):]
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_ra_local/
H A Dra_local.h49 const char *repos_url; member
90 const char **repos_url,
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_ra_local/
H A Dra_local.h49 const char *repos_url; member
90 const char **repos_url,

123456789