Repository Structure
There are three main modules in Nevada G11N Live Repository: G11N, Messages and Input Method. All of them are based on Mercurial (homepage, quick start, best practices).You can check them out anonymously:
$ hg clone ssh://anon_@//hg.opensolaris.org/hg/nv-g11n/g11n
$ hg clone ssh://anon//@//hg.opensolaris.org/hg/nv-g11n/messages
$ hg clone ssh://anon//@//hg.opensolaris.org/hg/nv-g11n/inputmethod
$ hg clone ssh://anon//@_hg.opensolaris.org/hg/nv-g11n/locale
Read/Write Access
If you are making regular contributions to one or more Nevada G11N projects, you may apply for a Read/Write account so that you can commit to the repositories directly. Please refer to Requesting an HG Account for how to apply for a writable account to Nevada G11N repositories. After you get your account, you can check out the repositories by replacing 'anon' with your account name:
$ hg clone ssh://username_@//hg.opensolaris.org/hg/nv-g11n/g11n
$ hg clone ssh://username//@//hg.opensolaris.org/hg/nv-g11n/messages
$ hg clone ssh://username//@//hg.opensolaris.org/hg/nv-g11n/inputmethod
$ hg clone ssh://username//@//hg.opensolaris.org/hg/nv-g11n/locale
Commit Email Notifications
All three repositories will send out the email notifications to g11n-notify@_opensolaris.org when there are commits/putbacks. Please subscribe to it from http://mail.opensolaris.org/mailman/listinfo/g11n-notify before you push back your commits.