OpenSolaris

  subsites   code review   repo   packages   bugs   defect   polls   planet
You are not signed in. Sign in or register.

Test Repositories

Test Repository
Location
Open Solaris Test Collection 1.0 hg.opensolaris.org/hg/test-dev/ostest-stc1
Open Solaris Test Collection 2.0 hg.opensolaris.org/hg/test-dev/ostest-stc2

Cloning Repositories

To setup a clone of an OpenSolaris test repository you need an ssh key in your OpenSolaris profile. Once you have that and have Mercurial installed on your system you can use the following command to create a clone repository on your computer.

# hg clone ssh://anon@hg.opensolaris.org/hg/test-dev/"repo-name" "repo-name"

Example:

# hg clone ssh://anon@hg.opensolaris.org/hg/test-dev/ostest-stc2 ostest-stc2
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 2336 changes to 2336 files
2336 files updated, 0 files merged, 0 files removed, 0 files unresolved

Committing Code

In Work