Code

Implemented file store rollback. As a bonus, the hyperdb is now capable of
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 17 Dec 2001 03:52:48 +0000 (03:52 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 17 Dec 2001 03:52:48 +0000 (03:52 +0000)
commit1fa4095c2850f546bddd49f171785fe6a3cbeba2
tree0eecb1a8abe11c9f1bbe5aa6dba2ca2471ab22f1
parent0f59079979e38b9b65354fac9125c0ba16966335
Implemented file store rollback. As a bonus, the hyperdb is now capable of
storing more than one file per node - if a property name is supplied,
the file is called designator.property.
I decided not to migrate the existing files stored over to the new naming
scheme - the FileClass just doesn't specify the property name.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@473 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
doc/announcement.txt
doc/index.html
roundup-admin
roundup/backends/back_anydbm.py
roundup/roundupdb.py
test/test_db.py