ANN: refdb-0.9.8-dupcheck-pre1 available for testing
Markus Hoenicka <markus.hoenicka <at> mhoenicka.de>
2006-10-10 21:49:22 GMT
Hi,
here's the first prerelease from the dupcheck branch of refdb, built
from repository revision 191:
http://refdb.sourceforge.net/pre/refdb-0.9.8-dupcheck-pre1.tar.gz
This prerelease is identical with 0.9.8-pre4, except for the new
checkref command which I'll explain shortly. I'd appreciate bug
reports and success stories with the dupcheck branch, as I'd like to
merge this code back to the trunk as soon as it turns out to be
functional and stable.
You don't need to install this prerelease in order to test it if you
have 0.9.8-pre4 installed. The new prerelease works with the same
databases and does not alter them when running checkref. All you need
to do is to download the tarball, configure and build it as usual, and
then run the server (./refdbd -s <other options>) and the client
(./refdbc <options>) from the src directory. Again, "make install"
should not be required, and I wouldn't recommend it at this time. If
you find some time, please export your references from your existing
database and add them to a new database using the new prerelease, then
query, update, and delete to your heart's content to check that
everything is working ok.
Now what is that new refdbc: checkref command? It is a simple way to
check your reference data for duplicates and faulty data before adding
them to your database permanently. The data will be added to temporary
tables in your database, using the same functions as when adding data
permanently. If your input data are somehow screwed up, you'll notice
(Continue reading)