Repository
The repository of input method project is hosted on nv-g11n project. You could get the latest inputmethod repository snapshot archive here (while it does not contains the large data files in ime/data, that you may download from <http://src.opensolaris.org/source/xref/nv-g11n/inputmethod/sunpinyin/ime/data>).
Download and install mercurial (hg) package on your system
Since Solaris Nevada build 46, mercurial is shipped in by default. For older builds, please go to http://opensolaris.org/os/community/tools/scmdownloads, download and install the SUNWmercurial package. For Ubuntu linux, just run apt-get install mercurial. Or, download the pre-built binaries from mercurial website.
Anonymous check out:
$ hg clone ssh://anon_@_hg.opensolaris.org/hg/nv-g11n/inputmethod
Read/Write Access
If you are making regular contributions to input method project, 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 for input method repository. 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/inputmethod
Get Commit Notification Emails
The change notification emails will be sent to g11n-notify@opensolaris.org. Please subscribe to g11n-notify@_opensolaris.org if you like to receive the notifications.