On Tue, 27 Mar 2001, Remy Maucherat wrote:

> > > +1 (unless the spec states that a uri should be put here).
> > > Note that the uri should be either encoded or put in a CDATA section.
> > > So I would do :
> > >  generatedXML.writeElement(null, "owner", XMLPrinter.OPENING);
> > >  generatedXML.writeData(token.getSubjectURI());
> > >  generatedXML.writeElement(null, "owner", XMLPrinter.CLOSING);
> > > 
> > > Go ahead and commit that fix :)
> > 
> > Well, I made the change (along with a hefty comment explaining WHY we
> > don't just write it out as text). However, when I try to commit (this is
> > the first time I've actually committed something to slide myself, of
> > course), I get this:
> > 
> > 
> > **** Access denied: Insufficient Karma
> > (msmith|jakarta-slide/src/webdav/server/org/apache/slide/webdav/method)
> > cvs server: Pre-commit check failed
> > cvs [server aborted]: correct above errors first!
> > 
> > This is, to say the least, an obscure error message. I have absolutely
> > no clue what it means, in other words. Remy?
> 
> Nobody added you in the allow list for the repository, apparently.
> 
> Craig ? ;) ;) ;)
> 
> Remy
> 
> 

One thing to double check -- did you re-check-out slide under your new
user ID?  You won't be able to commit based on the anonymous CVS login.

Craig


Reply via email to