[Zope] VERSIONLOCKERROR

danielle.d-avout danielle.d-avout@wanadoo.fr
Wed, 5 Mar 2003 01:45:01 +0100


I'm locked, I  can't change anything I  modified  in a "experimental"
version and of course I was not very cautious in my experimentations..

Traceback (innermost last):
  Module ZPublisher.Publish, line 102, in publish
  Module Zope.App.startup, line 200, in commit
  Module ZODB.Transaction, line 235, in commit
  Module ZODB.Transaction, line 349, in _commit_objects
  Module ZODB.Connection, line 391, in commit
   - __traceback_info__: (('OFS.Folder', 'Folder'),
'\x00\x00\x00\x00\x00\x00\x11\x87', '')
  Module ZODB.FileStorage, line 726, in store
VersionLockError: ("'\\x00\\x00\\x00\\x00\\x00\\x00\\x11\\x87'",
'/danielle/philosophie_africaine/version_exp')

with the help of google, I could find a recipe
 May be you could open the database and try this:> > >>> db = ZODB.DB(fs)>
>>> db.abortVersion('content_cntrl')> >>> get_transaction().commit()> >>>
db.close()but it's a little bit indigestible for a newbie..
what will happen if change my full.py  to take the newest from the cvs? is
it safe?
thanks