]> code.citadel.org Git - citadel.git/commit
This is a program which imports "exported" Citadel databases. It will be used
authorArt Cancro <ajc@citadel.org>
Sun, 26 Jul 1998 23:52:09 +0000 (23:52 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 26 Jul 1998 23:52:09 +0000 (23:52 +0000)
commit427b968706c3aea7c33254797979ed7f6673885b
treeb0867e37db378214e074f6886cda11f8a1d9edd2
parent06c0a2b84317c68ddf605ea0628adc640cc96cef
This is a program which imports "exported" Citadel databases.  It will be used
primarily for Citadel5->Citadel6 migration, and perhaps to change database
managers on an existing system.  (There is an "export5" utility for Citadel 5,
and this import utility works on Citadel 6.  Therefore, the migration works,
but until an import utility is written for Citadel 6, the changing of
database managers isn't possible yet.  That probably won't be a big deal,
though, because after I discovered that the inflated message base size problem
was due to the netproc bug rather than poor GDBM implementation, we'll probably
stick with GDBM.  Indeed, GDBM is _exceptionally_ efficient with disk!
citadel/citadel.h
citadel/import.c [new file with mode: 0644]