On Wed, 28 Sep 2005, Matthias Andree wrote: > I have worked quite a bit with Berkeley DB (which SVN set off with as > its database backend) in bogofilter, and while lots of things are to be > said about BDB robustness and corruptions, the most important point of > criticism is that one needs to take BDB by the hand and guide it, and it > doesn't tolerate application bugs that cause BDB to be used improperly. > If used properly, it's fast and solid - but then you've entered the > realm of transactions, and they're as awful to hack as GTK+ or assembly > language - it's all raw and low-level.
True, but SVN supports different repository formats, and BDB is just one option (and rather deprecated at this point). I'm using an FSFS repository, which gets away from nearly all of the disadvantages of BDB. James