Re: what is the tag to get Zope 2.8.x per svn
ohh, there seems to be missing much more.. I seem to need a bundle. Is there something like a Zope.2.8 bundle to get from svn.? tanks Robert robert rottermann wrote:
Thanks Tres and Andreas, now I have the Zope-2_8-branch running, albeit without ZEO.
I just did usual the configur make make install tripple.
how would i convice the scripts also to make ZEO? Or is there a separate ZEO to download (i did not find anything)
tanks robert
Tres Seaver wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
robert rottermann wrote:
I would like to get Zope 2.8.x per svn. (its head so to speak) how can I do that
$ svn ls svn+ssh://svn.zope.org/repos/main/Zope/branches | grep 8 Zope-2_8-branch/ tseaver-2.8-external_test/ $ svn co \ svn+ssh://svn.zope.org/repos/main/Zope/branches/Zope-2_8-branch
Tres. - -- =================================================================== Tres Seaver +1 202-558-7113 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFEbevh+gerLs4ltQ4RAlHCAJ9ZwwBz1HX2LnaqqVsBX8wKaZMtTwCePNIR uio9yyWIhC3QE+E7MQ5DkG8= =t7GJ -----END PGP SIGNATURE-----
--On 20. Mai 2006 11:34:23 +0200 robert rottermann <robert@redcor.ch> wrote:
ohh, there seems to be missing much more.. I seem to need a bundle. Is there something like a Zope.2.8 bundle to get from svn.?
Huh? The 2.8 checkout contains *everything* you need. After "make install" you should have everything you need including zeo. You need *of course* create your own Zope instance using mkzopeinstance.py or your ZEO instance using mkzeoinstance.py. -aj -- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info@zopyx.com - Phone +49 - 7071 - 793376 E-Publishing, Python, Zope & Plone development, Consulting
Andreas Jung wrote:
--On 20. Mai 2006 11:34:23 +0200 robert rottermann <robert@redcor.ch> wrote:
ohh, there seems to be missing much more.. I seem to need a bundle. Is there something like a Zope.2.8 bundle to get from svn.?
Huh? The 2.8 checkout contains *everything* you need. After "make install" you should have everything you need including zeo. You need *of course* create your own Zope instance using mkzopeinstance.py or your ZEO instance using mkzeoinstance.py.
-aj
this is what I expected. but it is not so. when I tried to make a zeo instance I got the following traceback.. zope@chrissy:~> Zope-2.8.svn/bin/mkzeoinstance.py Traceback (most recent call last): File "Zope-2.8.svn/bin/mkzeoinstance.py", line 26, in ? from ZEO.mkzeoinst import ZEOInstanceBuilder ImportError: No module named ZEO.mkzeoinst this is what I did to prepare: 1024 svn co svn://svn.zope.org/repos/main/Zope/branches/Zope-2_8-branch Zope-2.8.svn-src 1025 cd Zope-2.8.svn-src/ 1026 ./configure --prefix=../Zope-2.8.svn 1027 make 1028 make install 1029 cd .. 1030 dir 1031 rm Zope-2.8 1032 ln -s Zope-2.8.svn Zope-2.8 these are the modules in SOFTWARE_HOME zope@chrissy:~> ls -l Zope-2.8.svn/lib/python/ insgesamt 16 drwxr-xr-x 2 zope users 88 2006-05-20 10:50 AccessControl drwxr-xr-x 2 zope users 80 2006-05-20 10:50 Acquisition drwxr-xr-x 2 zope users 240 2006-05-20 10:50 BTrees drwxr-xr-x 2 zope users 88 2006-05-20 10:50 ComputedAttribute drwxr-xr-x 2 zope users 88 2006-05-20 10:50 DocumentTemplate drwxr-xr-x 2 zope users 88 2006-05-20 10:50 ExtensionClass -rwxr-xr-x 1 zope users 14122 2006-05-20 10:49 initgroups.so drwxr-xr-x 2 zope users 80 2006-05-20 10:50 MethodObject drwxr-xr-x 2 zope users 80 2006-05-20 10:50 Missing drwxr-xr-x 2 zope users 80 2006-05-20 10:50 MultiMapping drwxr-xr-x 2 zope users 80 2006-05-20 10:50 Persistence drwxr-xr-x 2 zope users 144 2006-05-20 10:50 persistent drwxr-xr-x 4 zope users 112 2006-05-20 10:50 Products drwxr-xr-x 2 zope users 80 2006-05-20 10:50 Record drwxr-xr-x 3 zope users 72 2006-05-20 10:50 Shared drwxr-xr-x 2 zope users 80 2006-05-20 10:50 ThreadLock drwxr-xr-x 2 zope users 80 2006-05-20 10:50 ZODB drwxr-xr-x 8 zope users 200 2006-05-20 10:50 zope robert
--On 20. Mai 2006 20:54:21 +0200 robert rottermann <robert@redcor.ch> wrote:
this is what I expected. but it is not so. when I tried to make a zeo instance I got the following traceback.. zope@chrissy:~> Zope-2.8.svn/bin/mkzeoinstance.py Traceback (most recent call last): File "Zope-2.8.svn/bin/mkzeoinstance.py", line 26, in ? from ZEO.mkzeoinst import ZEOInstanceBuilder ImportError: No module named ZEO.mkzeoinst
works for me as expected with the latest 2.8 svn checkout. -aj -- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info@zopyx.com - Phone +49 - 7071 - 793376 E-Publishing, Python, Zope & Plone development, Consulting
participants (2)
-
Andreas Jung -
robert rottermann