Home
last modified time | relevance | path

Searched refs:repo2 (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-unionrepo.t28 $ cd repo2
29 $ touch repo2-1
31 > repo2-1 at top
35 $ touch repo2-2
39 $ touch repo2-3
71 repo2-1
72 repo2-2
87 repo2-1 at top
98 +repo2-1 at top
102 +repo2-3
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/repo/
H A Dopen.c120 git_repository *repo2; in test_repo_open__gitlinked() local
131 …l_assert_(git__suffixcmp(git_repository_workdir(repo2), "alternate/") == 0, git_repository_workdir… in test_repo_open__gitlinked()
133 git_repository_free(repo2); in test_repo_open__gitlinked()
175 git_repository *repo2; in test_repo_open__from_git_new_workdir() local
222 …cl_assert_(git__suffixcmp(git_repository_path(repo2), "alternate/.git/") == 0, git_repository_path… in test_repo_open__from_git_new_workdir()
225 …l_assert_(git__suffixcmp(git_repository_workdir(repo2), "alternate/") == 0, git_repository_workdir… in test_repo_open__from_git_new_workdir()
227 git_repository_free(repo2); in test_repo_open__from_git_new_workdir()
333 git_repository_free(repo2); in test_repo_open__win32_path()
341 git_repository_free(repo2); in test_repo_open__win32_path()
348 git_repository_free(repo2); in test_repo_open__win32_path()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/specs/features/api/3_create/gitaly/
H A Dpraefect_repo_sync_spec.rb14 praefect_manager.add_repo_to_disk(praefect_manager.tertiary_node, repo2["relative_path"])
20 praefect_manager.remove_repo_from_disk(repo2["relative_path"])
22 praefect_manager.remove_repository_from_praefect_database(repo2["relative_path"])
29 expect(untracked_repositories).to include(repo2)
35 expect(untracked_repositories).to include(repo2)
40 …praefect_manager.track_repository_in_praefect(repo2["relative_path"], repo2["storage"], repo2["vir…
42 expect(untracked_repositories).not_to include(repo2)
43 …t_manager.repository_exists_on_node_disk?(praefect_manager.tertiary_node, repo2["relative_path"]))…
44 expect(praefect_manager.praefect_database_tracks_repo?(repo2["relative_path"])).to be true
49 …expect(praefect_manager.repository_replicated_to_disk?(praefect_manager.primary_node, repo2["relat…
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/repository/
H A DArtifactLockingTest.java36 private SimpleArtifactRepository repo2 = null; field in ArtifactLockingTest
202 repo2.getDescriptors(); in testCancelRead()
290 assertEquals(2, repo2.getDescriptors().size()); in testMultipleAddDescriptors()
299 assertTrue(repo2.contains(d)); in testContainsDescriptor()
308 assertTrue(repo2.contains(k)); in testContainsKey()
324 assertEquals(0, repo2.getDescriptors().size()); in testMultipleRemoveDescriptors()
341 assertEquals(1, repo2.getDescriptors().size()); in testMultipleRemoveKeys()
343 assertEquals(0, repo2.getDescriptors().size()); in testMultipleRemoveKeys()
397 repo2.removeAll(new NullProgressMonitor()); in testRemoveAll()
421 assertEquals("bar", repo2.getProperty("foo")); in _testSetProperty()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/viewers/
H A DMetadataRepositoryElementComparator.java40 …MetadataRepositoryElement repo2 = obj2 instanceof MetadataRepositoryElement ? (MetadataRepositoryE… in compare() local
41 if (repo1 == null || repo2 == null) in compare()
44 int result = compare(repo1, repo2, key, primaryKeyDirection); in compare()
49 result = compare(repo1, repo2, secondaryKey, ASCENDING); in compare()
51 result = compare(repo1, repo2, getSecondaryKeyFor(secondaryKey), ASCENDING); in compare()
56 …int compare(MetadataRepositoryElement repo1, MetadataRepositoryElement repo2, int sortKey, int dir… in compare() argument
62 key2 = repo2.getName(); in compare()
66 key2 = URIUtil.toUnencodedString(repo2.getLocation()); in compare()
71 key2 = repo2.isEnabled() ? ENABLED : BLANK; in compare()
/dports/devel/git-p4/git-2.34.1/t/
H A Dt0410-partial-clone.sh544 rm -rf repo2 &&
545 cp -r repo repo2 &&
549 test_must_fail git -C repo2 repack $1 -d
551 git -C repo2 repack $1 -d
553 git -C repo2 fsck &&
555 git -C repo2 cat-file -e $2 &&
556 git -C repo2 cat-file -e $3
/dports/devel/git-svn/git-2.34.1/t/
H A Dt0410-partial-clone.sh544 rm -rf repo2 &&
545 cp -r repo repo2 &&
549 test_must_fail git -C repo2 repack $1 -d
551 git -C repo2 repack $1 -d
553 git -C repo2 fsck &&
555 git -C repo2 cat-file -e $2 &&
556 git -C repo2 cat-file -e $3
/dports/devel/git/git-2.34.1/t/
H A Dt0410-partial-clone.sh544 rm -rf repo2 &&
545 cp -r repo repo2 &&
549 test_must_fail git -C repo2 repack $1 -d
551 git -C repo2 repack $1 -d
553 git -C repo2 fsck &&
555 git -C repo2 cat-file -e $2 &&
556 git -C repo2 cat-file -e $3
/dports/devel/git-gui/git-2.34.1/t/
H A Dt0410-partial-clone.sh544 rm -rf repo2 &&
545 cp -r repo repo2 &&
549 test_must_fail git -C repo2 repack $1 -d
551 git -C repo2 repack $1 -d
553 git -C repo2 fsck &&
555 git -C repo2 cat-file -e $2 &&
556 git -C repo2 cat-file -e $3
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt0410-partial-clone.sh544 rm -rf repo2 &&
545 cp -r repo repo2 &&
549 test_must_fail git -C repo2 repack $1 -d
551 git -C repo2 repack $1 -d
553 git -C repo2 fsck &&
555 git -C repo2 cat-file -e $2 &&
556 git -C repo2 cat-file -e $3
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/tests/
H A Dclone.rs45 let repo2 = working_copy::memory::Memory::new(); in clone_simple() localVariable
54 &repo2, &changes, &txn2, &channel, "", true, None, 1, 0, in clone_simple()
58 assert_eq!(repo2.list_files(), vec!["file".to_string()]); in clone_simple()
60 repo2.read_file("file", &mut file).unwrap(); in clone_simple()
99 let repo2 = working_copy::memory::Memory::new(); in clone_prefixes() localVariable
106 &repo2, &changes, &txn2, &channel, "e/f", true, None, 1, 0, in clone_prefixes()
109 repo2.list_files(), in clone_prefixes()
118 &repo2, &changes, &txn2, &channel, "", true, None, 1, 0, in clone_prefixes()
121 repo2.read_file("a/b/c/d", &mut buf)?; in clone_prefixes()
124 repo2.read_file("e/f/g/h", &mut buf)?; in clone_prefixes()
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt0410-partial-clone.sh500 rm -rf repo2 &&
501 cp -r repo repo2 &&
502 git -C repo2 repack $1 -d &&
503 git -C repo2 fsck &&
505 git -C repo2 cat-file -e $2 &&
506 git -C repo2 cat-file -e $3
/dports/devel/libgit2/libgit2-1.3.0/tests/remote/
H A Dfetch.c7 static git_repository *repo2; variable
28 cl_git_pass(git_repository_init(&repo2, repo2_path, true)); in test_remote_fetch__initialize()
40 git_repository_free(repo2); in test_remote_fetch__cleanup()
99 cl_git_pass(git_remote_create_anonymous(&remote, repo2, in do_time_travelling_fetch()
110 cl_git_pass(git_reference_lookup(&ref, repo2, REPO2_REFNAME)); in do_time_travelling_fetch()
131 cl_git_pass(git_remote_create_anonymous(&remote, repo2, in do_time_travelling_fetch()
148 cl_git_pass(git_reference_lookup(&ref, repo2, REPO2_REFNAME)); in test_remote_fetch__dont_update_refs_if_not_descendant_and_not_force()
164 cl_git_pass(git_reference_lookup(&ref, repo2, REPO2_REFNAME)); in test_remote_fetch__do_update_refs_if_not_descendant_and_force()
/dports/devel/libgit2/libgit2-1.3.0/tests/refs/
H A Dcreate.c32 git_repository *repo2; in test_refs_create__symbolic() local
58 cl_git_pass(git_repository_open(&repo2, "testrepo")); in test_refs_create__symbolic()
60 cl_git_pass(git_reference_lookup(&looked_up_ref, repo2, new_head_tracker)); in test_refs_create__symbolic()
64 git_repository_free(repo2); in test_refs_create__symbolic()
74 git_repository *repo2; in test_refs_create__symbolic_with_arbitrary_content() local
103 cl_git_pass(git_repository_open(&repo2, "testrepo")); in test_refs_create__symbolic_with_arbitrary_content()
114 git_repository_free(repo2); in test_refs_create__symbolic_with_arbitrary_content()
143 git_repository *repo2; in test_refs_create__oid() local
164 cl_git_pass(git_repository_open(&repo2, "testrepo")); in test_refs_create__oid()
166 cl_git_pass(git_reference_lookup(&looked_up_ref, repo2, new_head)); in test_refs_create__oid()
[all …]
H A Dunicode.c19 git_repository *repo2; in test_refs_unicode__create_and_lookup() local
32 cl_git_pass(git_repository_open(&repo2, "testrepo.git")); in test_refs_unicode__create_and_lookup()
34 cl_git_pass(git_reference_lookup(&ref2, repo2, REFNAME)); in test_refs_unicode__create_and_lookup()
44 cl_git_pass(git_reference_lookup(&ref2, repo2, REFNAME_DECOMPOSED)); in test_refs_unicode__create_and_lookup()
53 git_repository_free(repo2); in test_refs_unicode__create_and_lookup()
/dports/devel/hs-darcs/darcs-2.16.4/tests/
H A Dpatch-index-creation.sh60 rm -rf repo repo2
62 echo 'I understand the consequences of my action' | darcs convert darcs-2 repo repo2
63 cd repo2
67 rm -rf repo repo2
69 echo 'I understand the consequences of my action' | darcs convert darcs-2 repo repo2 --with-patch-i…
70 cd repo2
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKTests/GDModel/
H A DGDMRepositoryRecordTests.cs46 using (GDMRepositoryRecord repo2 = new GDMRepositoryRecord(tree)) { in Test_Common()
47 tree.NewXRef(repo2); in Test_Common()
50 repo2.Assign(null); in Test_Common()
53 repo2.Assign(repoRec); in Test_Common()
55 string buf = TestUtils.GetTagStreamText(repo2, 0); in Test_Common()
/dports/devel/elixir-hex/hex-1.0.1/test/hex/
H A Dresolver_test.exs262 add_repo("repo2")
264 deps = [{:repo2, :repo2_deps, ">= 0.0.0"}]
267 locked([{:repo2, :repo2_deps, "0.1.0"}, {:repo2, :poison, "2.0.0"}]),
268 resolve(deps, [], %{"repos_deps" => "repo2"})
271 deps = [{:repo2, :hexpm_deps, ">= 0.0.0"}]
275 resolve(deps, [], %{"repos_deps" => "repo2"})
278 deps = [{:repo2, :repo2_deps, ">= 0.0.0"}, {:hexpm, :phoenix, ">= 0.0.0"}]
283 repo2_deps requires repo repo2\n
288 add_repo("repo2")
290 deps = [{:repo2, :repo2_deps, ">= 0.0.0"}, {:hexpm, :poison, ">= 0.0.0"}]
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/pack/
H A Dsharing.c11 git_repository *repo1, *repo2; in test_pack_sharing__open_two_repos() local
19 cl_git_pass(git_repository_open(&repo2, cl_fixture("testrepo.git"))); in test_pack_sharing__open_two_repos()
24 cl_git_pass(git_object_lookup(&obj2, repo2, &id, GIT_OBJECT_ANY)); in test_pack_sharing__open_two_repos()
38 git_repository_free(repo2); in test_pack_sharing__open_two_repos()
/dports/ports-mgmt/pkg/pkg-1.17.5/tests/frontend/
H A Dissue1374.sh83 cat << EOF > repo2.conf
84 repo2: {
85 url: file://${TMPDIR}/repo2,
128 pkg create -o ${TMPDIR}/repo2 -M ./${p}.ucl
135 pkg repo -o ${TMPDIR}/repo2 ${TMPDIR}/repo2
H A Dautoupgrade.sh64 mkdir repo1 repo2
76 pkg create -M ./pkg2.ucl -o repo2
88 pkg repo repo2
96 repo2: {
97 url: file:///$TMPDIR/repo2,
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dunionrepo.py218 def __init__(self, repo2, url): argument
219 self.repo2 = repo2
226 return unionchangelog(self.svfs, self.repo2.svfs)
233 self.repo2.svfs,
242 node = self.repo2.changelog.node(rev2)
250 self.svfs, f, self.repo2.svfs, self.unfiltered()._clrev, self
254 self.repo2.close()
300 repo2 = localrepo.instance(ui, repopath2, create=False)
312 unionrepository.__init__(repo1, repo2, url)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/integration/service/
H A Dplugin_test.go33 repo2 := path.Join(registry.DefaultURL, "swarm", "test:v2")
47 err = plugin.Create(context.Background(), apiclient, repo2)
49 r, err = apiclient.PluginPush(context.Background(), repo2, "")
53 err = apiclient.PluginRemove(context.Background(), repo2, types.PluginRemoveOptions{})
72 d1.UpdateService(t, service, makePlugin(repo2, name, nil))
73 poll.WaitOn(t, d1.PluginReferenceIs(name, repo2), swarm.ServicePoll)
74 poll.WaitOn(t, d2.PluginReferenceIs(name, repo2), swarm.ServicePoll)
75 poll.WaitOn(t, d3.PluginReferenceIs(name, repo2), swarm.ServicePoll)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/integration/service/
H A Dplugin_test.go33 repo2 := path.Join(registry.DefaultURL, "swarm", "test:v2")
47 err = plugin.Create(context.Background(), apiclient, repo2)
49 r, err = apiclient.PluginPush(context.Background(), repo2, "")
53 err = apiclient.PluginRemove(context.Background(), repo2, types.PluginRemoveOptions{})
72 d1.UpdateService(t, service, makePlugin(repo2, name, nil))
73 poll.WaitOn(t, d1.PluginReferenceIs(name, repo2), swarm.ServicePoll)
74 poll.WaitOn(t, d2.PluginReferenceIs(name, repo2), swarm.ServicePoll)
75 poll.WaitOn(t, d3.PluginReferenceIs(name, repo2), swarm.ServicePoll)
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/integration/service/
H A Dplugin_test.go33 repo2 := path.Join(registry.DefaultURL, "swarm", "test:v2")
47 err = plugin.Create(context.Background(), apiclient, repo2)
49 r, err = apiclient.PluginPush(context.Background(), repo2, "")
53 err = apiclient.PluginRemove(context.Background(), repo2, types.PluginRemoveOptions{})
72 d1.UpdateService(t, service, makePlugin(repo2, name, nil))
73 poll.WaitOn(t, d1.PluginReferenceIs(name, repo2), swarm.ServicePoll)
74 poll.WaitOn(t, d2.PluginReferenceIs(name, repo2), swarm.ServicePoll)
75 poll.WaitOn(t, d3.PluginReferenceIs(name, repo2), swarm.ServicePoll)

12345678910>>...15