[Zope-dev] Mountpoints
Chris McDonough
chrism at plope.com
Fri Oct 28 19:51:02 EDT 2005
This merge has been done.
Since "zopectl test <ProductName>" no longer appears to do the right
thing and I can't seem to get test.py to run anything except the entire
test suite, I didn't create any new tests because I wouldn't have had
the time to create tests and run them iteratively.
That said, all existing tests pass and I did do some interactive
stress-testing of the sessioning mount point, both of which made me feel
comfortable enough to go ahead and do the merge.
Enjoy,
- C
On Fri, 2005-10-28 at 18:53 -0400, Chris McDonough wrote:
> On Fri, 2005-10-28 at 10:12 -0400, Tim Peters wrote:
> > Ah, it's the properties on lib/python that are screwing us here! Chris, throw
> >
> > svn revert lib/python
> >
> > into the mix too. That got me unstuck. The problem is that both Jim
> > and I (at least) changed the set of externals listed in lib/python,
> > and SVN absolutely sucks at merging property changes. The "revert"
> > above gets you back to the externals Zope trunk actually uses today.
> > That's vital because Zope trunk stitches in "zope" in an entirely
> > different way now. Reverting also stitches in a version of ZODB we
> > don't want to use, but after reverting you can do
> >
> > svn propedit svn:externals lib/python
> >
> > to put back "the right" version of ZODB for your branch (s/3.4.2/3.6.0b1/g).
>
> Woo hoo! As always, you are my hero, Tim. That worked great. And it
> as a bonus Zope even *starts* after changing the properties and running
> svn up.
>
> - C
>
>
> _______________________________________________
> Zope-Dev maillist - Zope-Dev at 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 )
>
More information about the Zope-Dev
mailing list