[Zope3-checkins] SVN: Zope3/branches/3.4/ Update the externals to the versions in the Zope 3.4 KGS (using the

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Nov 5 12:15:01 EST 2007


Log message for revision 81537:
  Update the externals to the versions in the Zope 3.4 KGS (using the 
  script I just checked in).
  
  The following packages were removed from the externals:
  
  buddydemo -> a demo application.
  optionstorage -> available as z3c.optionstorage egg.
  scheduler -> was never released and just an experiment.
  z3checkins -> A demo application.
  zope.app.zopetop -> outdated.
  zope.app.tests -> deprecated, use zope.app.testing instead.
  zope.app.css -> Just a little bit of demo code.
  
  None of those packages (except zope.app.tests) was released, so I don't 
  feel bad about excluding them. If someone really want one or another, 
  then this person can create a release for the package, add it to the KGS 
  and add it back to the externals.
  
  
  

Changed:
  U   Zope3/branches/3.4/Makefile
  _U  Zope3/branches/3.4/src/
  _U  Zope3/branches/3.4/src/zope/
  _U  Zope3/branches/3.4/src/zope/app/

-=-
Modified: Zope3/branches/3.4/Makefile
===================================================================
--- Zope3/branches/3.4/Makefile	2007-11-05 17:04:42 UTC (rev 81536)
+++ Zope3/branches/3.4/Makefile	2007-11-05 17:15:00 UTC (rev 81537)
@@ -1,5 +1,5 @@
 PYTHON=python2.4
-TESTFLAGS=-v
+TESTFLAGS=-vpc1
 TESTOPTS=
 SETUPFLAGS=
 COMPILEFLAGS=


Property changes on: Zope3/branches/3.4/src
___________________________________________________________________
Name: svn:externals
   - RestrictedPython -r 76234 svn://svn.zope.org/repos/main/RestrictedPython/trunk/src/RestrictedPython
zodbcode         -r 76245 svn://svn.zope.org/repos/main/zodbcode/trunk/src/zodbcode
docutils       svn://svn.zope.org/repos/main/docutils/tags/0.4.0
ZConfig        -r 77444 svn://svn.zope.org/repos/main/ZConfig/trunk/ZConfig
BTrees         -r 75706 svn://svn.zope.org/repos/main/ZODB/trunk/src/BTrees
persistent     -r 75706 svn://svn.zope.org/repos/main/ZODB/trunk/src/persistent
ThreadedAsync  -r 75706 svn://svn.zope.org/repos/main/ZODB/trunk/src/ThreadedAsync
transaction    -r 75706 svn://svn.zope.org/repos/main/ZODB/trunk/src/transaction
ZEO            -r 75706 svn://svn.zope.org/repos/main/ZODB/trunk/src/ZEO
ZODB           -r 75706 svn://svn.zope.org/repos/main/ZODB/trunk/src/ZODB
twisted        svn://svn.twistedmatrix.com/svn/Twisted/tags/releases/twisted-core-2.5.0/twisted
zdaemon        -r 40792 svn://svn.zope.org/repos/main/zdaemon/trunk/src/zdaemon
optionstorage  -r 76358 svn://svn.zope.org/repos/main/optionstorage/trunk/src/optionstorage
z3checkins     -r 76368 svn://svn.zope.org/repos/main/z3checkins/trunk/src/z3checkins
scheduler      -r 76371 svn://svn.zope.org/repos/main/scheduler/trunk/src/scheduler
buddydemo       -r 77444 svn://svn.zope.org/repos/main/buddydemo/trunk/src/buddydemo

   + RestrictedPython svn://svn.zope.org/repos/main/RestrictedPython/tags/3.4.2/src/RestrictedPython
zodbcode svn://svn.zope.org/repos/main/zodbcode/tags/3.4.0/src/zodbcode
docutils svn://svn.zope.org/repos/main/docutils/tags/0.4.0/
ZConfig svn://svn.zope.org/repos/main/ZConfig/tags/2.5/ZConfig
BTrees svn://svn.zope.org/repos/main/ZODB/tags/3.8.0b4/src/BTrees
persistent svn://svn.zope.org/repos/main/ZODB/tags/3.8.0b4/src/persistent
ThreadedAsync svn://svn.zope.org/repos/main/ZODB/tags/3.8.0b4/src/ThreadedAsync
transaction svn://svn.zope.org/repos/main/ZODB/tags/3.8.0b4/src/transaction
ZEO svn://svn.zope.org/repos/main/ZODB/tags/3.8.0b4/src/ZEO
ZODB svn://svn.zope.org/repos/main/ZODB/tags/3.8.0b4/src/ZODB
twisted svn://svn.twistedmatrix.com/svn/Twisted/tags/releases/twisted-core-2.5.0/twisted
zdaemon svn://svn.zope.org/repos/main/zdaemon/tags/2.0.1/src/zdaemon



Property changes on: Zope3/branches/3.4/src/zope
___________________________________________________________________
Name: svn:externals
   - annotation          svn://svn.zope.org/repos/main/zope.annotation/tags/3.4.0/src/zope/annotation
cachedescriptors    svn://svn.zope.org/repos/main/zope.cachedescriptors/tags/3.4.0/src/zope/cachedescriptors
component           svn://svn.zope.org/repos/main/zope.component/tags/3.4.0/src/zope/component
configuration       svn://svn.zope.org/repos/main/zope.configuration/tags/3.4.0/src/zope/configuration
contentprovider     svn://svn.zope.org/repos/main/zope.contentprovider/tags/3.4.0/src/zope/contentprovider
contenttype         svn://svn.zope.org/repos/main/zope.contenttype/tags/3.4.0/src/zope/contenttype
copypastemove       svn://svn.zope.org/repos/main/zope.copypastemove/tags/3.4.0/src/zope/copypastemove
datetime            svn://svn.zope.org/repos/main/zope.datetime/tags/3.4.0/src/zope/datetime
decorator           -r 77445 svn://svn.zope.org/repos/main/zope.decorator/trunk/src/zope/decorator
deferredimport      svn://svn.zope.org/repos/main/zope.deferredimport/tags/3.4.0/src/zope/deferredimport
deprecation         svn://svn.zope.org/repos/main/zope.deprecation/tags/3.4.0/src/zope/deprecation
documenttemplate    svn://svn.zope.org/repos/main/zope.documenttemplate/tags/3.4.0/src/zope/documenttemplate
dottedname          svn://svn.zope.org/repos/main/zope.dottedname/tags/3.4.2/src/zope/dottedname
dublincore          svn://svn.zope.org/repos/main/zope.dublincore/tags/3.4.0/src/zope/dublincore
error               svn://svn.zope.org/repos/main/zope.error/tags/3.5.1/src/zope/error
event               svn://svn.zope.org/repos/main/zope.event/tags/3.4.0/src/zope/event
exceptions          svn://svn.zope.org/repos/main/zope.exceptions/tags/3.4.0/src/zope/exceptions
filerepresentation  svn://svn.zope.org/repos/main/zope.filerepresentation/tags/3.4.0/src/zope/filerepresentation
formlib             svn://svn.zope.org/repos/main/zope.formlib/tags/3.4.0/src/zope/formlib
hookable            svn://svn.zope.org/repos/main/zope.hookable/tags/3.4.0/src/zope/hookable
i18nmessageid       svn://svn.zope.org/repos/main/zope.i18nmessageid/tags/3.4.2/src/zope/i18nmessageid
i18n                svn://svn.zope.org/repos/main/zope.i18n/tags/3.4.0/src/zope/i18n
index               svn://svn.zope.org/repos/main/zope.index/tags/3.4.1/src/zope/index
interface           svn://svn.zope.org/repos/main/zope.interface/tags/3.4.0/src/zope/interface
lifecycleevent      svn://svn.zope.org/repos/main/zope.lifecycleevent/tags/3.4.0/src/zope/lifecycleevent
location            svn://svn.zope.org/repos/main/zope.location/tags/3.4.0/src/zope/location
minmax              svn://svn.zope.org/repos/main/zope.minmax/tags/1.1.0/src/zope/minmax
modulealias         svn://svn.zope.org/repos/main/zope.modulealias/tags/3.4.0/src/zope/modulealias
pagetemplate        svn://svn.zope.org/repos/main/zope.pagetemplate/tags/3.4.0/src/zope/pagetemplate
proxy               svn://svn.zope.org/repos/main/zope.proxy/tags/3.4.0/src/zope/proxy
publisher           svn://svn.zope.org/repos/main/zope.publisher/tags/3.4.1/src/zope/publisher
rdb                 svn://svn.zope.org/repos/main/zope.rdb/tags/3.4.0/src/zope/rdb
schema              svn://svn.zope.org/repos/main/zope.schema/tags/3.4.0/src/zope/schema
security            svn://svn.zope.org/repos/main/zope.security/tags/3.4.0/src/zope/security
securitypolicy      svn://svn.zope.org/repos/main/zope.securitypolicy/tags/3.4.0/src/zope/securitypolicy
sendmail            svn://svn.zope.org/repos/main/zope.sendmail/tags/3.4.0/src/zope/sendmail
sequencesort        svn://svn.zope.org/repos/main/zope.sequencesort/tags/3.4.0/src/zope/sequencesort
server              svn://svn.zope.org/repos/main/zope.server/tags/3.4.1/src/zope/server
session             svn://svn.zope.org/repos/main/zope.session/tags/3.4.1/src/zope/session
size                svn://svn.zope.org/repos/main/zope.size/tags/3.4.0/src/zope/size
structuredtext      svn://svn.zope.org/repos/main/zope.structuredtext/tags/3.4.0/src/zope/structuredtext
tales               svn://svn.zope.org/repos/main/zope.tales/tags/3.4.0/src/zope/tales
tal                 svn://svn.zope.org/repos/main/zope.tal/tags/3.4.0/src/zope/tal
testbrowser         svn://svn.zope.org/repos/main/zope.testbrowser/tags/3.4.1/src/zope/testbrowser
testing             svn://svn.zope.org/repos/main/zope.testing/tags/3.5.1/src/zope/testing
testrecorder        -r 78691 svn://svn.zope.org/repos/main/zope.testrecorder/trunk/src/zope/testrecorder
thread              svn://svn.zope.org/repos/main/zope.thread/tags/3.4/src/zope/thread
traversing          svn://svn.zope.org/repos/main/zope.traversing/tags/3.4.0/src/zope/traversing
viewlet             svn://svn.zope.org/repos/main/zope.viewlet/tags/3.4.0/src/zope/viewlet
xmlpickle           -r 78690 svn://svn.zope.org/repos/main/zope.xmlpickle/trunk/src/zope/xmlpickle

   + annotation svn://svn.zope.org/repos/main/zope.annotation/tags/3.4.0/src/zope/annotation
cachedescriptors svn://svn.zope.org/repos/main/zope.cachedescriptors/tags/3.4.0/src/zope/cachedescriptors
component svn://svn.zope.org/repos/main/zope.component/tags/3.4.0/src/zope/component
configuration svn://svn.zope.org/repos/main/zope.configuration/tags/3.4.0/src/zope/configuration
contentprovider svn://svn.zope.org/repos/main/zope.contentprovider/tags/3.4.0/src/zope/contentprovider
contenttype svn://svn.zope.org/repos/main/zope.contenttype/tags/3.4.0/src/zope/contenttype
copypastemove svn://svn.zope.org/repos/main/zope.copypastemove/tags/3.4.0/src/zope/copypastemove
datetime svn://svn.zope.org/repos/main/zope.datetime/tags/3.4.0/src/zope/datetime
decorator svn://svn.zope.org/repos/main/zope.decorator/tags/3.4.0/src/zope/decorator
deferredimport svn://svn.zope.org/repos/main/zope.deferredimport/tags/3.4.0/src/zope/deferredimport
deprecation svn://svn.zope.org/repos/main/zope.deprecation/tags/3.4.0/src/zope/deprecation
documenttemplate svn://svn.zope.org/repos/main/zope.documenttemplate/tags/3.4.0/src/zope/documenttemplate
dottedname svn://svn.zope.org/repos/main/zope.dottedname/tags/3.4.2/src/zope/dottedname
dublincore svn://svn.zope.org/repos/main/zope.dublincore/tags/3.4.0/src/zope/dublincore
error svn://svn.zope.org/repos/main/zope.error/tags/3.5.1/src/zope/error
event svn://svn.zope.org/repos/main/zope.event/tags/3.4.0/src/zope/event
exceptions svn://svn.zope.org/repos/main/zope.exceptions/tags/3.4.0/src/zope/exceptions
filerepresentation svn://svn.zope.org/repos/main/zope.filerepresentation/tags/3.4.0/src/zope/filerepresentation
formlib svn://svn.zope.org/repos/main/zope.formlib/tags/3.4.0/src/zope/formlib
hookable svn://svn.zope.org/repos/main/zope.hookable/tags/3.4.0/src/zope/hookable
i18nmessageid svn://svn.zope.org/repos/main/zope.i18nmessageid/tags/3.4.3/src/zope/i18nmessageid
i18n svn://svn.zope.org/repos/main/zope.i18n/tags/3.4.0/src/zope/i18n
index svn://svn.zope.org/repos/main/zope.index/tags/3.4.1/src/zope/index
interface svn://svn.zope.org/repos/main/zope.interface/tags/3.4.0/src/zope/interface
lifecycleevent svn://svn.zope.org/repos/main/zope.lifecycleevent/tags/3.4.0/src/zope/lifecycleevent
location svn://svn.zope.org/repos/main/zope.location/tags/3.4.0/src/zope/location
minmax svn://svn.zope.org/repos/main/zope.minmax/tags/1.0/src/zope/minmax
modulealias svn://svn.zope.org/repos/main/zope.modulealias/tags/3.4.0/src/zope/modulealias
pagetemplate svn://svn.zope.org/repos/main/zope.pagetemplate/tags/3.4.0/src/zope/pagetemplate
proxy svn://svn.zope.org/repos/main/zope.proxy/tags/3.4.0/src/zope/proxy
publisher svn://svn.zope.org/repos/main/zope.publisher/tags/3.4.1/src/zope/publisher
rdb svn://svn.zope.org/repos/main/zope.rdb/tags/3.4.0/src/zope/rdb
schema svn://svn.zope.org/repos/main/zope.schema/tags/3.4.0/src/zope/schema
security svn://svn.zope.org/repos/main/zope.security/tags/3.4.0/src/zope/security
securitypolicy svn://svn.zope.org/repos/main/zope.securitypolicy/tags/3.4.0/src/zope/securitypolicy
sendmail svn://svn.zope.org/repos/main/zope.sendmail/tags/3.4.0/src/zope/sendmail
sequencesort svn://svn.zope.org/repos/main/zope.sequencesort/tags/3.4.0/src/zope/sequencesort
server svn://svn.zope.org/repos/main/zope.server/tags/3.4.1/src/zope/server
session svn://svn.zope.org/repos/main/zope.session/tags/3.4.1/src/zope/session
size svn://svn.zope.org/repos/main/zope.size/tags/3.4.0/src/zope/size
structuredtext svn://svn.zope.org/repos/main/zope.structuredtext/tags/3.4.0/src/zope/structuredtext
tales svn://svn.zope.org/repos/main/zope.tales/tags/3.4.0/src/zope/tales
tal svn://svn.zope.org/repos/main/zope.tal/tags/3.4.0/src/zope/tal
testbrowser svn://svn.zope.org/repos/main/zope.testbrowser/tags/3.4.2/src/zope/testbrowser
testing svn://svn.zope.org/repos/main/zope.testing/tags/3.5.1/src/zope/testing
testrecorder svn://svn.zope.org/repos/main/zope.testrecorder/tags/0.2/src/zope/testrecorder
thread svn://svn.zope.org/repos/main/zope.thread/tags/3.4/src/zope/thread
traversing svn://svn.zope.org/repos/main/zope.traversing/tags/3.4.0/src/zope/traversing
viewlet svn://svn.zope.org/repos/main/zope.viewlet/tags/3.4.0/src/zope/viewlet
xmlpickle svn://svn.zope.org/repos/main/zope.xmlpickle/tags/3.4.0/src/zope/xmlpickle



Property changes on: Zope3/branches/3.4/src/zope/app
___________________________________________________________________
Name: svn:externals
   - annotation          svn://svn.zope.org/repos/main/zope.app.annotation/tags/3.4.0/src/zope/app/annotation
apidoc              svn://svn.zope.org/repos/main/zope.app.apidoc/tags/3.4.0/src/zope/app/apidoc
applicationcontrol  svn://svn.zope.org/repos/main/zope.app.applicationcontrol/tags/3.4.1/src/zope/app/applicationcontrol
appsetup            svn://svn.zope.org/repos/main/zope.app.appsetup/tags/3.4.1/src/zope/app/appsetup
authentication      svn://svn.zope.org/repos/main/zope.app.authentication/tags/3.4.0/src/zope/app/authentication
basicskin           svn://svn.zope.org/repos/main/zope.app.basicskin/tags/3.4.0/src/zope/app/basicskin
boston              -r 78764 svn://svn.zope.org/repos/main/zope.app.boston/trunk/src/zope/app/boston
broken              svn://svn.zope.org/repos/main/zope.app.broken/tags/3.4.0/src/zope/app/broken
cache               svn://svn.zope.org/repos/main/zope.app.cache/tags/3.4.0/src/zope/app/cache
catalog             svn://svn.zope.org/repos/main/zope.app.catalog/tags/3.5.0/src/zope/app/catalog
component           svn://svn.zope.org/repos/main/zope.app.component/tags/3.4.0/src/zope/app/component
container           svn://svn.zope.org/repos/main/zope.app.container/tags/3.5.0/src/zope/app/container
content             svn://svn.zope.org/repos/main/zope.app.content/tags/3.4.0/src/zope/app/content
css                 -r 75268 svn://svn.zope.org/repos/main/zope.app.css/trunk/src/zope/app/css
dav                 svn://svn.zope.org/repos/main/zope.app.dav/tags/3.4.0/src/zope/app/dav
debug               svn://svn.zope.org/repos/main/zope.app.debug/tags/3.4.0/src/zope/app/debug
dependable          svn://svn.zope.org/repos/main/zope.app.dependable/tags/3.4.0/src/zope/app/dependable
dtmlpage            svn://svn.zope.org/repos/main/zope.app.dtmlpage/tags/3.4.0/src/zope/app/dtmlpage
error               svn://svn.zope.org/repos/main/zope.app.error/tags/3.5.1/src/zope/app/error
exception           svn://svn.zope.org/repos/main/zope.app.exception/tags/3.4.0/src/zope/app/exception
externaleditor      -r 76091 svn://svn.zope.org/repos/main/zope.app.externaleditor/trunk/src/zope/app/externaleditor
file                svn://svn.zope.org/repos/main/zope.app.file/tags/3.4.0/src/zope/app/file
folder              svn://svn.zope.org/repos/main/zope.app.folder/tags/3.4.0/src/zope/app/folder
form                svn://svn.zope.org/repos/main/zope.app.form/tags/3.4.0/src/zope/app/form
ftp                 svn://svn.zope.org/repos/main/zope.app.ftp/tags/3.4.0/src/zope/app/ftp
generations         svn://svn.zope.org/repos/main/zope.app.generations/tags/3.4.0/src/zope/app/generations
homefolder          -r 75617 svn://svn.zope.org/repos/main/zope.app.homefolder/trunk/src/zope/app/homefolder
http                svn://svn.zope.org/repos/main/zope.app.http/tags/3.4.0/src/zope/app/http
i18n                svn://svn.zope.org/repos/main/zope.app.i18n/tags/3.4.2/src/zope/app/i18n
i18nfile            svn://svn.zope.org/repos/main/zope.app.i18nfile/tags/3.4.0/src/zope/app/i18nfile
interface           svn://svn.zope.org/repos/main/zope.app.interface/tags/3.4.0/src/zope/app/interface
interpreter         svn://svn.zope.org/repos/main/zope.app.interpreter/tags/3.4.0/src/zope/app/interpreter
intid               svn://svn.zope.org/repos/main/zope.app.intid/tags/3.4.0/src/zope/app/intid
keyreference        svn://svn.zope.org/repos/main/zope.app.keyreference/tags/3.4.1/src/zope/app/keyreference
layers              svn://svn.zope.org/repos/main/zope.app.layers/tags/3.4.0/src/zope/app/layers
locales             svn://svn.zope.org/repos/main/zope.app.locales/tags/3.4.0/src/zope/app/locales
locking             svn://svn.zope.org/repos/main/zope.app.locking/tags/3.4.0/src/zope/app/locking
module              svn://svn.zope.org/repos/main/zope.app.module/tags/3.4.0/src/zope/app/module
onlinehelp          svn://svn.zope.org/repos/main/zope.app.onlinehelp/tags/3.4.1/src/zope/app/onlinehelp
pagetemplate        svn://svn.zope.org/repos/main/zope.app.pagetemplate/tags/3.4.0/src/zope/app/pagetemplate
pluggableauth       svn://svn.zope.org/repos/main/zope.app.pluggableauth/tags/3.4.0/src/zope/app/pluggableauth
preference          svn://svn.zope.org/repos/main/zope.app.preference/tags/3.4.0/src/zope/app/preference
preview             svn://svn.zope.org/repos/main/zope.app.preview/tags/3.4.0/src/zope/app/preview
principalannotation svn://svn.zope.org/repos/main/zope.app.principalannotation/tags/3.4.0/src/zope/app/principalannotation
publication         svn://svn.zope.org/repos/main/zope.app.publication/tags/3.4.2/src/zope/app/publication
publisher           svn://svn.zope.org/repos/main/zope.app.publisher/tags/3.4.0/src/zope/app/publisher
renderer            svn://svn.zope.org/repos/main/zope.app.renderer/tags/3.4.0/src/zope/app/renderer
rotterdam           svn://svn.zope.org/repos/main/zope.app.rotterdam/tags/3.4.0/src/zope/app/rotterdam
schema              svn://svn.zope.org/repos/main/zope.app.schema/tags/3.4.0/src/zope/app/schema
security            svn://svn.zope.org/repos/main/zope.app.security/tags/3.4.0/src/zope/app/security
securitypolicy      svn://svn.zope.org/repos/main/zope.app.securitypolicy/tags/3.4.2/src/zope/app/securitypolicy
server              svn://svn.zope.org/repos/main/zope.app.server/tags/3.4.0/src/zope/app/server
session             svn://svn.zope.org/repos/main/zope.app.session/tags/3.4.3/src/zope/app/session
skins               svn://svn.zope.org/repos/main/zope.app.skins/tags/3.4.0/src/zope/app/skins
sqlscript           svn://svn.zope.org/repos/main/zope.app.sqlscript/tags/3.4.0/src/zope/app/sqlscript
testing             svn://svn.zope.org/repos/main/zope.app.testing/tags/3.4.0/src/zope/app/testing
tests               -r 75454 svn://svn.zope.org/repos/main/zope.app.tests/trunk/src/zope/app/tests
traversing          svn://svn.zope.org/repos/main/zope.app.traversing/tags/3.4.0/src/zope/app/traversing
tree                svn://svn.zope.org/repos/main/zope.app.tree/tags/3.4.0/src/zope/app/tree
twisted             svn://svn.zope.org/repos/main/zope.app.twisted/tags/3.4.0/src/zope/app/twisted
undo                svn://svn.zope.org/repos/main/zope.app.undo/tags/3.4.0/src/zope/app/undo
wsgi                svn://svn.zope.org/repos/main/zope.app.wsgi/tags/3.4.0/src/zope/app/wsgi
xmlrpcintrospection -r 76122 svn://svn.zope.org/repos/main/zope.app.xmlrpcintrospection/trunk/src/zope/app/xmlrpcintrospection
zapi                svn://svn.zope.org/repos/main/zope.app.zapi/tags/3.4.0/src/zope/app/zapi
zcmlfiles           svn://svn.zope.org/repos/main/zope.app.zcmlfiles/tags/3.4.2/src/zope/app/zcmlfiles
zopeappgenerations  svn://svn.zope.org/repos/main/zope.app.zopeappgenerations/tags/3.4.0/src/zope/app/zopeappgenerations
zptpage             svn://svn.zope.org/repos/main/zope.app.zptpage/tags/3.4.0/src/zope/app/zptpage
zopetop             -r 76211 svn://svn.zope.org/repos/main/zope.app.zopetop/trunk/src/zope/app/zopetop
pythonpage          -r 79877 svn://svn.zope.org/repos/main/zope.app.pythonpage/trunk/src/zope/app/pythonpage
workflow            -r 76223 svn://svn.zope.org/repos/main/zope.app.workflow/trunk/src/zope/app/workflow

   + annotation svn://svn.zope.org/repos/main/zope.app.annotation/tags/3.4.0/src/zope/app/annotation
apidoc svn://svn.zope.org/repos/main/zope.app.apidoc/tags/3.4.2/src/zope/app/apidoc
applicationcontrol svn://svn.zope.org/repos/main/zope.app.applicationcontrol/tags/3.4.1/src/zope/app/applicationcontrol
appsetup svn://svn.zope.org/repos/main/zope.app.appsetup/tags/3.4.1/src/zope/app/appsetup
authentication svn://svn.zope.org/repos/main/zope.app.authentication/tags/3.4.1/src/zope/app/authentication
basicskin svn://svn.zope.org/repos/main/zope.app.basicskin/tags/3.4.0/src/zope/app/basicskin
boston svn://svn.zope.org/repos/main/zope.app.boston/tags/3.4.0/src/zope/app/boston
broken svn://svn.zope.org/repos/main/zope.app.broken/tags/3.4.0/src/zope/app/broken
cache svn://svn.zope.org/repos/main/zope.app.cache/tags/3.4.0/src/zope/app/cache
catalog svn://svn.zope.org/repos/main/zope.app.catalog/tags/3.5.1/src/zope/app/catalog
component svn://svn.zope.org/repos/main/zope.app.component/tags/3.4.1/src/zope/app/component
container svn://svn.zope.org/repos/main/zope.app.container/tags/3.5.2/src/zope/app/container
content svn://svn.zope.org/repos/main/zope.app.content/tags/3.4.0/src/zope/app/content
dav svn://svn.zope.org/repos/main/zope.app.dav/tags/3.4.1/src/zope/app/dav
debug svn://svn.zope.org/repos/main/zope.app.debug/tags/3.4.0/src/zope/app/debug
dependable svn://svn.zope.org/repos/main/zope.app.dependable/tags/3.4.0/src/zope/app/dependable
dtmlpage svn://svn.zope.org/repos/main/zope.app.dtmlpage/tags/3.4.1/src/zope/app/dtmlpage
error svn://svn.zope.org/repos/main/zope.app.error/tags/3.5.1/src/zope/app/error
exception svn://svn.zope.org/repos/main/zope.app.exception/tags/3.4.1/src/zope/app/exception
externaleditor svn://svn.zope.org/repos/main/zope.app.externaleditor/tags/3.4.0/src/zope/app/externaleditor
file svn://svn.zope.org/repos/main/zope.app.file/tags/3.4.1/src/zope/app/file
folder svn://svn.zope.org/repos/main/zope.app.folder/tags/3.4.0/src/zope/app/folder
form svn://svn.zope.org/repos/main/zope.app.form/tags/3.4.1/src/zope/app/form
ftp svn://svn.zope.org/repos/main/zope.app.ftp/tags/3.4.0/src/zope/app/ftp
generations svn://svn.zope.org/repos/main/zope.app.generations/tags/3.4.1/src/zope/app/generations
homefolder svn://svn.zope.org/repos/main/zope.app.homefolder/tags/3.4.0/src/zope/app/homefolder
http svn://svn.zope.org/repos/main/zope.app.http/tags/3.4.1/src/zope/app/http
i18n svn://svn.zope.org/repos/main/zope.app.i18n/tags/3.4.4/src/zope/app/i18n
i18nfile svn://svn.zope.org/repos/main/zope.app.i18nfile/tags/3.4.1/src/zope/app/i18nfile
interface svn://svn.zope.org/repos/main/zope.app.interface/tags/3.4.0/src/zope/app/interface
interpreter svn://svn.zope.org/repos/main/zope.app.interpreter/tags/3.4.0/src/zope/app/interpreter
intid svn://svn.zope.org/repos/main/zope.app.intid/tags/3.4.1/src/zope/app/intid
keyreference svn://svn.zope.org/repos/main/zope.app.keyreference/tags/3.4.1/src/zope/app/keyreference
layers svn://svn.zope.org/repos/main/zope.app.layers/tags/3.4.0/src/zope/app/layers
locales svn://svn.zope.org/repos/main/zope.app.locales/tags/3.4.0/src/zope/app/locales
locking svn://svn.zope.org/repos/main/zope.app.locking/tags/3.4.0/src/zope/app/locking
module svn://svn.zope.org/repos/main/zope.app.module/tags/3.4.0/src/zope/app/module
onlinehelp svn://svn.zope.org/repos/main/zope.app.onlinehelp/tags/3.4.0/src/zope/app/onlinehelp
pagetemplate svn://svn.zope.org/repos/main/zope.app.pagetemplate/tags/3.4.0/src/zope/app/pagetemplate
pluggableauth svn://svn.zope.org/repos/main/zope.app.pluggableauth/tags/3.4.0/src/zope/app/pluggableauth
preference svn://svn.zope.org/repos/main/zope.app.preference/tags/3.4.1/src/zope/app/preference
preview svn://svn.zope.org/repos/main/zope.app.preview/tags/3.4.0/src/zope/app/preview
principalannotation svn://svn.zope.org/repos/main/zope.app.principalannotation/tags/3.4.0/src/zope/app/principalannotation
publication svn://svn.zope.org/repos/main/zope.app.publication/tags/3.4.2/src/zope/app/publication
publisher svn://svn.zope.org/repos/main/zope.app.publisher/tags/3.4.1/src/zope/app/publisher
renderer svn://svn.zope.org/repos/main/zope.app.renderer/tags/3.4.0/src/zope/app/renderer
rotterdam svn://svn.zope.org/repos/main/zope.app.rotterdam/tags/3.4.1/src/zope/app/rotterdam
schema svn://svn.zope.org/repos/main/zope.app.schema/tags/3.4.0/src/zope/app/schema
security svn://svn.zope.org/repos/main/zope.app.security/tags/3.4.0/src/zope/app/security
securitypolicy svn://svn.zope.org/repos/main/zope.app.securitypolicy/tags/3.4.5/src/zope/app/securitypolicy
server svn://svn.zope.org/repos/main/zope.app.server/tags/3.4.0/src/zope/app/server
session svn://svn.zope.org/repos/main/zope.app.session/tags/3.5.1/src/zope/app/session
skins svn://svn.zope.org/repos/main/zope.app.skins/tags/3.4.0/src/zope/app/skins
sqlscript svn://svn.zope.org/repos/main/zope.app.sqlscript/tags/3.4.1/src/zope/app/sqlscript
testing svn://svn.zope.org/repos/main/zope.app.testing/tags/3.4.1/src/zope/app/testing
traversing svn://svn.zope.org/repos/main/zope.app.traversing/tags/3.4.0/src/zope/app/traversing
tree svn://svn.zope.org/repos/main/zope.app.tree/tags/3.4.0/src/zope/app/tree
twisted svn://svn.zope.org/repos/main/zope.app.twisted/tags/3.4.0/src/zope/app/twisted
undo svn://svn.zope.org/repos/main/zope.app.undo/tags/3.4.0/src/zope/app/undo
wsgi svn://svn.zope.org/repos/main/zope.app.wsgi/tags/3.4.0/src/zope/app/wsgi
xmlrpcintrospection svn://svn.zope.org/repos/main/zope.app.xmlrpcintrospection/tags/3.4.0/src/zope/app/xmlrpcintrospection
zapi svn://svn.zope.org/repos/main/zope.app.zapi/tags/3.4.0/src/zope/app/zapi
zcmlfiles svn://svn.zope.org/repos/main/zope.app.zcmlfiles/tags/3.4.3/src/zope/app/zcmlfiles
zopeappgenerations svn://svn.zope.org/repos/main/zope.app.zopeappgenerations/tags/3.4.0/src/zope/app/zopeappgenerations
zptpage svn://svn.zope.org/repos/main/zope.app.zptpage/tags/3.4.1/src/zope/app/zptpage
pythonpage svn://svn.zope.org/repos/main/zope.app.pythonpage/tags/3.4.0/src/zope/app/pythonpage
workflow svn://svn.zope.org/repos/main/zope.app.workflow/tags/3.4.1/src/zope/app/workflow




More information about the Zope3-Checkins mailing list