Philip Martin <[email protected]> writes: > Igor Galić <[email protected]> writes: > >> Transmitting file data . >> Committed revision 1171781. >> >> Warning: post commit FS processing had error: >> Couldn't open rep-cache database > > I would guess overlapping post-commit from two commits. The normal > error here is "database is locked" but perhaps if the timing is a bit > different it produces a different error message.
That error is produced by svn_fs_fs__open_rep_cache but I don't know how to trigger it. It looks like we might only get the top-most error, not the whole chain, so perhaps removing the svn_error_quick_wrap would give us a more explicit SQLite error? -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com

