|
|
Test Repositories
Cloning RepositoriesTo 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: 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 CodeIn Work |