[freenet-cvs] r16741 - import new BDB version into Contrib
Matthew Toseland
toad at amphibian.dyndns.org
Sun Dec 23 00:29:35 UTC 2007
I have skipped the diff for r16741, because it is two megabytes and nobody is
likely to read it. All that happened was that nextgens imported version
3.2.68 of Berkeley DB Java Edition into Contrib at
https://emu.freenetproject.org/svn/trunk/contrib/bdb/
Something like the following:
$ mkdir tmp
$ cd tmp
$ svn co https://emu.freenetproject.org/svn/trunk/contrib/bdb/@16740 bdb-16740
...
$ svn co https://emu.freenetproject.org/svn/trunk/contrib/bdb/@16741 bdb-16741
...
$ wget http://download.oracle.com/berkeley-db/je-3.2.68.tar.gz
...
$ sha1sum je-3.2.68.tar.gz
1de28a5fbe67228a803204752375644e1c111bec je-3.2.68.tar.gz
$ mkdir bdb-source
$ cd bdb-source/
$ tar xvfz ../je-3.2.68.tar.gz
$ mv je-3.2.68/* .
$ rmdir je-3.2.68
$ cd ..
$ cp -a bdb-16740 bdb-16740-old
$ cd bdb-16740/
$ rm -Rf *
$ cp -a ../bdb-source/* .
$ rm -Rf docs
$ rm -Rf examples
$ rm -f lib/je-3.2.68.jar
$ cp -a ../bdb-16741/build .
$ cp -a ../bdb-16741/test/com/sleepycat/collections/test/serial/testdata
test/com/sleepycat/collections/test/serial
$ cp -a ../bdb-16741/test/com/sleepycat/persist/bind
test/com/sleepycat/persist
$ cp -a ../bdb-16741/test/rpcserver test
$ cd ..
$ find -type d -name ".svn" | xargs rm -Rf
$ diff -urw bdb-16740/ bdb-16741/
(PS in a recent commit I have removed the above surplus directories)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://emu.freenetproject.org/pipermail/cvs/attachments/20071223/a48220b4/attachment.pgp
More information about the cvs
mailing list