Robert Widhopf-Fenk <hack(a)robf.de> writes:
On Wednesday, August 20, 2008 at 14:23:40, Stephen Turnbull wrote:
> Robert Widhopf-Fenk writes:
> > I just did a "cvs commit" on three files and got the following
> > error message
> >
> > ,----[ "Makefile" and "NEWS" did not pass the karma check ]
|
> > **** Access denied: Insufficient Karma
> > (|XEmacs/packages/xemacs-packages/vm) `----
> >
> > for two file that are already in the CVS repo in the base
> > directory of the VM package, but a new file in a sub directory
> > passed the karma check ...
> >
> > ,----[ lisp/vm-revno.el passed the check ] | **** Access allowed:
> > Personal Karma exceeds Environmental Karma. | RCS file:
> > /pack/xemacscvs/XEmacs/packages/xemacs-packages/vm/lisp/vm-revno.el,v
>
> The only thing I can think of that would cause this is that you have
> different CVS/Root for the different directories.
Indeed:
~/<3>xemacs-packages/vm > find . -name Root | xargs more
::::::::::::::
./CVS/Root
::::::::::::::
:pserver:cvs@cvs.xemacs.org:/pack/xemacscvs
::::::::::::::
./info/CVS/Root
::::::::::::::
:ext:xemacs@cvs.xemacs.org:/pack/xemacscvs
::::::::::::::
./lisp/CVS/Root
::::::::::::::
:ext:xemacs@cvs.xemacs.org:/pack/xemacscvs
::::::::::::::
./pixmaps/CVS/Root
::::::::::::::
:ext:xemacs@cvs.xemacs.org:/pack/xemacscvs
::::::::::::::
./pixmaps/gtk/CVS/Root
::::::::::::::
:ext:xemacs@cvs.xemacs.org:/pack/xemacscvs
::::::::::::::
./pixmaps/mime/CVS/Root
::::::::::::::
:ext:xemacs@cvs.xemacs.org:/pack/xemacscvs
But I have no idea how it happened and which one I should use?
Hello Robert!
For your commits you need to use
:ext:xemacs@cvs.xemacs.org
in combination with following value of environment variable CVS_RSH:
(getenv "CVS_RSH")
"ssh"
Here's a hint about what could change your CVS/Root files:
`$CVS_IGNORE_REMOTE_ROOT'
For CVS 1.10 and older, setting this variable prevents CVS from
overwriting the `CVS/Root' file when the `-d' global option is
specified. Later versions of CVS do not rewrite `CVS/Root', so
CVS_IGNORE_REMOTE_ROOT has no effect.
Adrian
Robert.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta