Ciao Fulco,

> hallo,
>   I'm not behind a firewall and I use Linux, cvs
> works except for commit: the response is:
> 
>  cvs [server aborted]: "commit" requires write access to the 
> repository
> 
> Is it a problem of my account?

No, it shouldn't.

> The command was:
> 
> cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss 
> commit contrib/catalina
> 
> but I've tried also:
> 
> cvs -z3 
> -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss 
> commit contrib/catalina

Try using as CVSROOT the following:
:ext:[EMAIL PROTECTED]:/cvsroot/jboss

But it is not enough...
You probably have in your checked out files the wrong information about who
checked them out. In the CVS directories, the ROOT file does not contain the
above correct CVSROOT, so when you try to commit, bang !
Do a clean checkout and retry with the correct CVSROOT, should work.

Simon

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to