[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1431279 - /subversion/trunk/subversion/libsvn_wc/wc_db_util.c

From: Branko Čibej <brane_at_wandisco.com>
Date: Thu, 10 Jan 2013 14:32:38 +0100

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
Received on 2013-01-10 14:33:15 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.