After upgrading from libsqlite3_0 from 3.6.2-1 to 3.6.21-2, svn is broken. Testcase: When a new repository is created, the sqlite file normally at "repo/db/rep-cache.db" is written to a funny name in current directory.
$ mkdir tmp $ cd tmp $ svnadmin create repo $ ls -l -N | cat -A -rwxr-xr-x+ 1 franke none 4096 2009-12-17 12:04 \ ^XM-cM-)M-^C^XM-fM-^MM-^\^X[...snip...]^XM-eM-1M-0r$ drwxr-xr-x+ 1 franke none 0 2009-12-17 12:04 repo$ $ ls repo/db/rep-cache.db ls: cannot access repo/db/rep-cache.db: No such file or directory Downgrading to libsqlite3_0-3.6.2-1 fixes this. Christian -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

