CVS woes



Is the cvs.gnome.org server acting up?  I frequently get

    cvs [update aborted]: connect to anoncvs.gnome.org(192.58.206.110):2401 failed: Connection refused

so frequently, in fact, that the portion of my build script that updates
from CVS is now coded like this:

        cvs up -d . 2>&1 | egrep -v 'cvs server:'
        while [ $? -ne 0 ] ; do
            echo "cvs up failed - pausing"
            sleep 5
            cvs up -d . 2>&1 | egrep -v 'cvs server:'
        done

This has been going on for a month or more.  Any other gtk folks having
trouble?  Where is the right place to take this issue?

Thx,

-- 
Skip Montanaro (skip pobox com - http://www.mojam.com/)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]