Hi there, I try to access the Zope cvs anonymously according to the instructions. However it fails. Has anything changed, or is this temporarily. Robert robert@salome:/home/zope/Products> cvs -d :pserver:anonymous@cvs.zope.org:/cvs-repository co Zope cvs [checkout aborted]: connect to cvs.zope.org:2401 failed: Connection refused
[robert rottermann]
I try to access the Zope cvs anonymously according to the instructions. However it fails.
Has anything changed, or is this temporarily.
:pserver: access is disabled for now, because of recently announced security holes. It will be enabled again when (and if?) CVS is repaired and installed.
robert@salome:/home/zope/Products> cvs -d :pserver:anonymous@cvs.zope.org:/cvs-repository co Zope cvs [checkout aborted]: connect to cvs.zope.org:2401 failed: Connection Refused
Maybe better news: if you want Zope HEAD, that's been moved from CVS to SVN. Install an svn client, and do svn co svn://svn.zope.org/repos/main/Zope/trunk Zope
Tim Peters wrote:
[robert rottermann]
I try to access the Zope cvs anonymously according to the instructions. However it fails.
Has anything changed, or is this temporarily.
:pserver: access is disabled for now, because of recently announced security holes. It will be enabled again when (and if?) CVS is repaired and installed.
robert@salome:/home/zope/Products> cvs -d
:pserver:anonymous@cvs.zope.org:/cvs-repository co Zope
cvs [checkout aborted]: connect to cvs.zope.org:2401 failed: Connection
Refused
Maybe better news: if you want Zope HEAD, that's been moved from CVS to SVN. Install an svn client, and do
svn co svn://svn.zope.org/repos/main/Zope/trunk Zope
Tim, thanks for your answer, what I would like to download is CMFSetup Robert
robert rottermann wrote: thanks for your answer,
what I would like to download is CMFSetup
ViewCVS can give you a tarball: http://cvs.zope.org/CMF/CMFSetup/CMFSetup.tar.gz?tarball=1 The major downside there is not being able to 'cvs up' to track changes; given that that product is still changing pretty rapidly, that hurts more than most packages still in CVS. Tres. -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com
[robert@redcor.ch]
thanks for your answer, what I would like to download is CMFSetup
I think that's still in CVS only, and so long as :pserver: access remains disabled you simply can't get it that way. You could go to http://cvs.zope.org/CMF/CMFSetup/ and use the "Download tarball" link near the bottom, though.
Tim Peters wrote:
:pserver: access is disabled for now, because of recently announced security holes. It will be enabled again when (and if?) CVS is repaired and installed.
Use Debian *grumble* *grumble* apt-get update && apt-get upgrade *grumble* cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (4)
-
Chris Withers -
robert rottermann -
Tim Peters -
Tres Seaver