We just opened up a new Mercurial gate of NFSv41 on OpenSolaris.org. Eventually it will automatically push changes as they occur to our gate. I also need to figure out a way to automatically update the closed-bins.
The hardest part was figuring out the naming convention. Some links of interest are Some work on libMicro; Mercurial transition notes and finally How to Use Mercurial (hg) Repositories. Look for For Project Leads: How to set up a Mercurial repository.
Update: Also, SCMVolunteers, look for Setting up a new (Mercurial) Project repository on OpenSolaris.org.
In any event, you can grab a copy of the source at:
hg clone ssh://anon@hg.opensolaris.org/hg/nfsv41/nfs41-gate
Note the lack of a double '/' after the FQDN - normally I would take that as a sign of a bug with Mercurial.
Note that while this compiles, you can't run it without a corresponding closed-bins.
Eventually, you should be able to browse the source via Cross Reference: nfs41-gate.
And a big thanks to David Marker for providing the help necessary to getting this to go live!