On 10.01.2013 14:23, Julian Foad wrote:
> If we consider this to be a fix for the way SQLite behaves, do we want the 
> same throughout Subversion?  Move the fix into svn_sqlite__open()?

Only when creating a new database.

> File a bug report with SQLite project?

SQLite has a bug related to permissions in that is sets the process
umask to 0 when creating log files, in order to make them match the
permissions of the main database file. This is a very bad idea in
multi-threaded environments. So, we should report at least that bug.

-- Brane

-- 
Branko Čibej
Director of Subversion | WANdisco | www.wandisco.com

Reply via email to