[Zope3-checkins] SVN: Zope3/trunk/src/ Stitch in ZODB 3.4a1.
Tim Peters
tim.one at comcast.net
Sat Apr 2 17:13:11 EST 2005
Log message for revision 29847:
Stitch in ZODB 3.4a1.
This is done via the svn:externals property on src/ now,
much the same as we're doing for Zope 2.8.
It will no longer be possible to check in changes to ZODB
code from a Zope3 checkout. This seems better overall than
what we've been doing, where checkins made from a wrong
project were easy to plain lose.
svn update may complain, since we're simultaneously deleting
Zope3's copies of the ZODB directories, and trying to (re)add
directories of the same names (via svn:externals). In
Zope 2.8, people reported it was enough to delete the directories
"svn up" complained about, then "svn up" again.
I expect one (maybe two) ZODB-related tests in Zope3 will be
temporarily broken. I'll fix it (them) next.
Changed:
_U Zope3/trunk/src/
-=-
Property changes on: Zope3/trunk/src
___________________________________________________________________
Name: svn:externals
+ BTrees svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1/src/BTrees
persistent svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1/src/persistent
ThreadedAsync svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1/src/ThreadedAsync
transaction svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1/src/transaction
ZEO svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1/src/ZEO
ZODB svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1/src/ZODB
More information about the Zope3-Checkins
mailing list