Mercurial > p > roundup > code
diff MIGRATION.txt @ 646:07abfe8f0c01
use blobfiles in back_anydbm which is used in back_bsddb.
change test_db as dirlist does not work for subdirectories.
ATTENTION: blobfiles now creates subdirectories for files.
| author | Engelbert Gruber <grubert@users.sourceforge.net> |
|---|---|
| date | Mon, 25 Feb 2002 14:34:31 +0000 |
| parents | edd210915e64 |
| children | 5631c5347427 |
line wrap: on
line diff
--- a/MIGRATION.txt Mon Feb 25 14:25:41 2002 +0000 +++ b/MIGRATION.txt Mon Feb 25 14:34:31 2002 +0000 @@ -9,6 +9,16 @@ 0.3.x -> 0.4.x 0.2.x -> 0.3.x +From CVS +======== + +Files storage +------------- + +Messages and files from newly created issues will be put into subdierectories +in thousands e.g. msg123 will be put into files/msg/0/msg123, file2003 +will go into files/file/2/file2003. Previous messages are still found, but +could be put into this structure. Migrating from 0.4.0 to 0.4.1 =============================
