On Thu, 19 Jul 2001, java guru wrote:

> HI.,
>   Today i am getting following trying to update my
> c2.1
>
> cvs [login aborted]: unrecognized auth response from
> xml.apache.org: cvs [pserver aborted]: CVS repos now
> on cvs.apache.org.  Please update your CVSROOT.

Read again the message: CVS repos now on cvs.apache.org!

Wrong CVSROOT. You need to change all your CVS/Root file
fromxml.apache.org to cvs.apache.org. If you are using a *nix machine
use:

   find . -name Root -print \
   | xargs perl -pi -e "s/xml.apache/cvs.apache/;"

Giacomo

>
>
> Any input is appreciated
>
>
> =====
> Thanks and have great day
> srini
>
> ____________________________________________________________
> Do You Yahoo!?
> For regular News updates go to http://in.news.yahoo.com
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>
>
>
>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to