
Is there something wrong with the Inkscape CVS respository at the moment? I can login / checkout / update other SF projects, but Inkscape does this:
$ cvs -d:pserver:anonymous@...132...:/cvsroot/inkscape login Logging in to :pserver:anonymous@...132...:2401/cvsroot/inkscape CVS password: cvs [login aborted]: unrecognized auth response from cvs.sourceforge.net: M PserverBackend::PserverBackend() Connect (Connection refused)
$ cvs -z9 -d:pserver:anonymous@...132...:/cvsroot/inkscape co inkscape cvs [checkout aborted]: unrecognized auth response from cvs.sourceforge.net: M PserverBackend::PserverBackend() Connect (Connection refused)
$ mv inkscape.orig inkscape && cvs -z9 -d:pserver:anonymous@...132...:/cvsroot/inkscape co inkscape cvs [update aborted]: unrecognized auth response from cvs.sourceforge.net: M PserverBackend::PserverBackend() Connect (Connection refused)
-trent