Re: [Zope-dev] svn.zope.org borked

2005-12-20 Thread Chris Withers

Jens Vagelpohl wrote:


I appreciate the suggestion but this change is limited to the data  
backend switchover. Setting up anonymous access via HTTP is a  separate 
activity for another day.


You are right, though, access (at least anonymous access) via HTTP is  
preferable for a lot of reasons.


Ah, you know you want to do anonymous http, writeable https and a nice 
WebSVN front end ;-)


*grinz*

Chris
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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] svn.zope.org borked

2005-12-19 Thread Andreas Jung

I get always connection closed unexpectedly when using svn update.

Andreas

pgpFnXKQRqPEQ.pgp
Description: PGP signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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] svn.zope.org borked

2005-12-19 Thread Jim Fulton

Jens Vagelpohl wrote:


On 19 Dec 2005, at 12:23, Andreas Jung wrote:


I get always connection closed unexpectedly when using svn update.

Andreas



That %$£@ BerkeleyDB backend was geborken again. svnadmin recover  fixed 
it.


Thanks!

Jim

--
Jim Fulton   mailto:[EMAIL PROTECTED]   Python Powered!
CTO  (540) 361-1714http://www.python.org
Zope Corporation http://www.zope.com   http://www.zope.org
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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] svn.zope.org borked

2005-12-19 Thread Jens Vagelpohl


On 19 Dec 2005, at 22:38, Sebastien Douche wrote:


On 12/19/05, Jens Vagelpohl [EMAIL PROTECTED] wrote:

That %$£@ BerkeleyDB backend was geborken again. svnadmin recover
fixed it.


Hi Jens!
Does Zope server use svn server ? I had many problems with it (with
the need to recover it each time). Generally, I recommand to use
Subversion with Apache. Since, no problem.


I appreciate the suggestion but this change is limited to the data  
backend switchover. Setting up anonymous access via HTTP is a  
separate activity for another day.


You are right, though, access (at least anonymous access) via HTTP is  
preferable for a lot of reasons.


jens

___
Zope-Dev maillist  -  Zope-Dev@zope.org
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] svn.zope.org borked?

2005-10-18 Thread Andreas Jung

Hi,

all changes I made for the last hotfix release (patch for the reST .. 
include problem) have disappeared from the SVN (both from 2.8 branch and 
the trunk). I am *pretty sure* that I commited all changes. Is there 
something broken with the SVN database?


Andreas


pgpyTk6g73p0z.pgp
Description: PGP signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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] svn.zope.org borked?

2005-10-18 Thread Andreas Jung

Forget my mail. I was looking at the wrong terminal :-/

Andreas

--On 18. Oktober 2005 18:04:32 +0200 Andreas Jung [EMAIL PROTECTED] 
wrote:



Hi,

all changes I made for the last hotfix release (patch for the reST ..
include problem) have disappeared from the SVN (both from 2.8 branch and
the trunk). I am *pretty sure* that I commited all changes. Is there
something broken with the SVN database?

Andreas






pgpByt9xcwiNC.pgp
Description: PGP signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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] svn.zope.org borked?

2005-10-18 Thread Tim Peters
[Andreas Jung]
 all changes I made for the last hotfix release (patch for the reST ..
 include problem) have disappeared from the SVN (both from 2.8 branch and
 the trunk).

Are you sure?  The SVN log on Zope trunk shows what I guess are the
relevant checkins, revs 39013 and 39014, on 2005-10-09, both with
checkin comment

update to docutils 0.3.9

If that's it, they appear to be there.  There is a problem with them,
though:  the svn:eol-style property isn't set to native on any of
the files added by these checkins, so they look like gibberish under
many Windows tools (and, e.g., windiff thinks every line differs
between the SVN Zope trunk and CVS Zope 2.7 branch copies of
docutils).  While Python doesn't care (Linux-style .py files work fine
on Windows), that should get fixed.

 ...
 Is there something broken with the SVN database?

Maybe, but don't see any real evidence of that yet.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )