Re: [Zope-dev] cvs down ??

2004-05-31 Thread Chris Withers
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
___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


RE: [Zope-dev] cvs down ??

2004-05-27 Thread Tim Peters
[EMAIL PROTECTED]
> 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.


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] cvs down ??

2004-05-27 Thread robert rottermann
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.
 

[EMAIL PROTECTED]:/home/zope/Products> cvs -d 
   

 :pserver:[EMAIL PROTECTED]:/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
___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


RE: [Zope-dev] cvs down ??

2004-05-27 Thread Tim Peters
[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.

> [EMAIL PROTECTED]:/home/zope/Products> cvs -d 
  :pserver:[EMAIL PROTECTED]:/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



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] cvs down ??

2004-05-27 Thread robert rottermann
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
[EMAIL PROTECTED]:/home/zope/Products> cvs -d 
:pserver:[EMAIL PROTECTED]:/cvs-repository co Zope
cvs [checkout aborted]: connect to cvs.zope.org:2401 failed: Connection 
refused

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] CVS down?

2000-11-28 Thread Robin Becker

In article <[EMAIL PROTECTED]
m>, Ken Manheimer <[EMAIL PROTECTED]> writes
>On Tue, 28 Nov 2000, Robin Becker wrote:
>
>> C:\Python\devel\Zope>cvs -z9 upd -A -P -d
>> CVS.EXE [update aborted]: connect to zope.org:2401 failed: Connection
>> refused
>> 
>> 
>> Am I pointing at the wrong server or something?
>
OK that works for me. I had to use cvs_chroot.py, but that seemed to go
OK.
-- 
Robin Becker

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




Re: [Zope-dev] CVS down?

2000-11-28 Thread Ken Manheimer

On Tue, 28 Nov 2000, Robin Becker wrote:

> C:\Python\devel\Zope>cvs -z9 upd -A -P -d
> CVS.EXE [update aborted]: connect to zope.org:2401 failed: Connection
> refused
> 
> 
> Am I pointing at the wrong server or something?

Hmm.  It looks like your repository is wired to 'zope.org' rather than
'cvs.zope.org'.  I believe that 'zope.org' was recently changed to point
to www.zope.org, rather than classic (which is 'cvs').  There are a few
of things you can do to work around this:

 - Redo the checkout(s) - this would be the least work, but only if you
   have no local edits to preserve!  (Instructions at
   http://www.zope.org/Resources/CVS_info .)

 - Do some surgery on the cvs bookkeeping files.  In every directory of
   the checkout there's a CVS directory with a file named 'Root', in 
   which you would have to change '@zope.org' to '@cvs.zope.org'.  Nice
   thing is that every instance of the file for the same checkout will
   have the same contents, so you only need to edit one, then copy to all
   the rest.  Not so nice thing is that there are lots of them - you'll
   want to automate it.  (If you're a python hacker comfortable with os,
   that shouldn't be too bad.  I'd also suggest shell scripts to do it, 
   but it looks like you're on windows - i wouldn't suggest dos batch
   files, but then i'm much more comfortable w/python and shell
   scripts, maybe there's a convenient way with dos batch commands...)

 - Get us to change back 'zope.org'.  Like i said, i'm not sure whether
   there's a compelling reason for the change, so i don't know whether
   or not it's even feaasible.

I'm sorry if early versions of the CVS instructions directed you to use
'zope.org' as the cvs server!  I'm not sure they did, but i wouldn't be
surprised, sigh.-(

I hope this helps.  Let me know what avenue you take, and how it goes...
  
Ken
[EMAIL PROTECTED]


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




[Zope-dev] CVS down?

2000-11-28 Thread Robin Becker

C:\Python\devel\Zope>cvs -z9 upd -A -P -d
CVS.EXE [update aborted]: connect to zope.org:2401 failed: Connection
refused


Am I pointing at the wrong server or something?
-- 
Robin Becker

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )