Re: svn commit: r1431279 - /subversion/trunk/subversion/libsvn_wc/wc_db_util.c
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Thu, 10 Jan 2013 13:23:23 +0000 (GMT)
Philip Martin wrote:
> URL: http://svn.apache.org/viewvc?rev=1431279&view=rev
> Log:
... in order to be consistent with the other files we write,
If this bug was breaking sharing a WC, should we back-port this fix?
> * subversion/libsvn_wc/wc_db_util.c
> +#ifndef WIN32
Should the expression say "0644 & ~umask", using C syntax?
> + which means the file doesn't have group/world write access
It would be good to have a hint in the comment about *why*, even if just "for consistency".
> + SVN_ERR(svn_io_file_open(&f, sdb_abspath,
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()? File a bug report with SQLite project?
- Julian
|
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.