NickD wrote:
BlueCell, how many developers are connecting to your db?
Only one!
Also, please note that the subversion faq says:
The BerkeleyDB database in your repository is sensitive to interruptions. If a process accessing the database exits without "cleanly" closing the environment, then the database is left in an inconsistent state. Common causes of this include:
the process exiting when it hits a permission problem
the process crashing/segfaulting
the process being forcibly killed
running out of disk space
However, sometimes, when you 'misuse' your subversion client and eg checkout wrongly, the occurs too! IMO this should not be the case (even if your doing something wrong). I found FSFS solved this.