I would really recommend using ssh instead of NFS. 

You can also put:
[trusted]
groups=other

in your ~/.hgrc to get that noise to go away
cheers,
steve

Eric Schrock wrote:
> Just for fun, I tried this out today.  I was able to create a mercurial
> clone, as well as a usr/closed clone underneath it.  However, I couldn't
> get it to shut up about:
>
> ---
> Not trusting file /net/elpaso.eng/export/gate-hg/.hg/hgrc from untrusted
> user daemon, group other
> ---
>
> Spitting this out on every single hg invocation is a little annoying - I
> don't know what it's trying to do, I have no idea how to fix it, and
> it's not documented in any of the wikis or transition materials.
>
> I also tried 'hg pbchk' and instantly hit an exception:
>
> ---
> CDDL block check:
>
> Copyright check:
>
> C style check:
>
> Header format check:
>
> Java style check:
>
> File permission check:
>
> Keywords check:
>
> Comments check:
>
> Checking for new tags:
>
> ** unknown exception encountered, details follow
> ** report bug details to http://www.selenic.com/mercurial/bts
> ** or mercurial at selenic.com
> ** Mercurial Distributed SCM (version 1.0)
> Traceback (most recent call last):
>   File "/usr/bin/hg", line 20, in ?
>     mercurial.dispatch.run()
>   File "build/proto/lib/python/mercurial/dispatch.py", line 20, in run
>   File "build/proto/lib/python/mercurial/dispatch.py", line 29, in dispatch
>   File "build/proto/lib/python/mercurial/dispatch.py", line 45, in _runcatch
>   File "build/proto/lib/python/mercurial/dispatch.py", line 364, in _dispatch
>   File "build/proto/lib/python/mercurial/dispatch.py", line 417, in 
> _runcommand
>   File "build/proto/lib/python/mercurial/dispatch.py", line 373, in checkargs
>   File "build/proto/lib/python/mercurial/dispatch.py", line 356, in <lambda>
>   File "cdm.py", line 591, in cdm_pbchk
>   File "cdm.py", line 539, in run_checks
>   File "cdm.py", line 411, in cdm_branchchk
> AttributeError: 'NoneType' object has no attribute 'branch'
> ---
>
> - Eric
>
> --
> Eric Schrock, Fishworks                        http://blogs.sun.com/eschrock
> _______________________________________________
> tools-discuss mailing list
> tools-discuss at opensolaris.org
>   


-- 
stephen lau | stevel at opensolaris.org | www.whacked.net


Reply via email to