[Zope-dev] Unable to add folder in today's cvs w/traceback

Bill Anderson bill.anderson@libc.org
Fri, 02 Jul 1999 23:02:24 -0600


michel@digicool.com wrote:

> >
> > This happens regardless of options selected. Root folder obviously ;-)
> >
> > Just thought I would give a heads up in case someone has fixed it and I
> > missed it somewhere.
> >
> 
> Yes we have broken it somehow.  Such are the risks of following the
> CVS very closely. ;)  There is one thing cvs need BAD, a 'cvs
> unupdate' to revert a recently updated tree to it's previous state.  I
> know this can be done on a file by file basis, but it would be nice to
> step a whole tree of code back one iteration.
> 
> Any CVS Gods out there know the knack?  (There MUST be a way)
I'll look into it ...

> 
> -Michel
> 
> PS: Don't CVS update if you ever see Jim check in anything that says
> 'Hold onto your Butts'.
BWAAAAHAHAHAHAAA!


Anyway. I have a fix that has been working for me for a few adds now.
Not sure if it breaks anything else though ;-)
============================================================

--- Folder.py.bad	Thu Jul  1 08:31:57 1999
+++ Folder.py	Fri Jul  2 22:57:16 1999
@@ -134,7 +134,7 @@
                   )
         ob.manage_addDTMLDocument(id='index_html', title='')
     if REQUEST is not None:
-        return self.manage_workspace(self, REQUEST, update_menu=1)
+        return self.manage_main(self, REQUEST, update_menu=1)


============================================================

Cheers,

Bill