Re: [Zope-dev] Zope 4 release management

2012-06-12 Thread Jan-Carel Brand
Hi Patrick

On Mon, 2012-06-11 at 18:36 +0200, Patrick Gerken wrote:

snip

 Since I most often look for the history of something in SVN, I decided
 to finally make a git mirror for myself to quickly find the history of
 anything I might ever want.
 Since its for history only, I just imported the complete SVN repo as
 one git repo. So this is cannot be used as an alternative source for
 mr.developer. It is really only useful for history searching.
 
 Just for the case that somebody else might have an interest, I put it
 on github. Cloning will not make your harddisk explode, but you should
 have at least 750K Inodes available. A little vserver I used
 initially, did not have that many inodes. My dev machine has 6M Inodes
 (df -ih shows that)
 
 Even with the full svn history, looking up the full history of some
 file is superfast, with a regular hdd even. git status is something I
 woudn't do again, and updating the repo from svn is quite slow.
 
 If anybody is interested, the repo is here:
 
 https://github.com/do3cc/zope

Thanks for taking the effort to do this. 

The fact that one can see code diffs with git log -p is for me a
killer feature.

Do you also sync the git repo with new changes from the svn repo?

J-C

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope 4 release management

2012-06-12 Thread Patrick Gerken
On Tue, Jun 12, 2012 at 2:50 PM, Jan-Carel Brand li...@opkode.com wrote:
 Do you also sync the git repo with new changes from the svn repo?

Yes, but unfortunately
1. It takes ages
2. I have to do it on my laptop because none of my servers has enough
inodes for that task.

I do it once a day at the moment.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zope-tests - FAILED: 3, OK: 38

2012-06-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 06/12/2012 05:05 AM, Patrick Gerken wrote:
 [1]FAILED  ZTK 1.0dev / Python2.4.6 Linux 64bit 
 https://mail.zope.org/pipermail/zope-tests/2012-June/064225.html
 
 That one is new, but I start to believe that there is a harddrive or 
 virus or anything. The error is a compilation error of c code in
 zope.security._proxy.c The last change was by tres, but only in a
 comment, and the first reported error is actually valid c code.

This one is real:  the 'include/zope.proxy' svn:external for the
zope.security 3.7 branch was pointing at the trunk, which is no longer
compatible with Python 2.4.  I updated it to point to the 3.6 branch of
zope.proxy, which fixed the build for me.


Tres.
- -- 
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/XY9AACgkQ+gerLs4ltQ4L3wCeJwNprZny2gFmhN2SPtQnrEQq
keAAniJZnxIVJLBB9QdBc9mdVslin346
=XLId
-END PGP SIGNATURE-

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )