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

Re: svn commit: r1082665 - in /subversion/trunk/subversion/libsvn_wc: wc_db.c wc_db_pristine.c wc_db_private.h wc_db_wcroot.c

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 17 Mar 2011 16:03:38 -0400

Are you going to propagate this out to the wc_db API too?

On Mar 17, 2011 7:54 PM, <hwright_at_apache.org> wrote:
>
> Author: hwright
> Date: Thu Mar 17 19:53:53 2011
> New Revision: 1082665
>
> URL: http://svn.apache.org/viewvc?rev=1082665&view=rev
> Log:
> Make the 'always open wc.db as readwrite' hack official. This change just
> makes official what we've been doing for a while.
>
> Even if requested to open in read/write mode, if the underlying filesystem
is
> read-only, the open will still succeed, and only fail upon an attempt to
write
> the database.
>
> * subversion/libsvn_wc/wc_db_wcroot.c
> (svn_wc__db_wcroot_parse_local_abspath): Codify our decision to always
open
> the sqlite database as read/write.
>
> * subversion/libsvn_wc/wc_db_private.h
> (svn_wc__db_wcroot_parse_local_abspath): Remove param and update docs.
>
> * subversion/libsvn_wc/wc_db.c,
> subversion/libsvn_wc/wc_db_pristine.c:
> Update callers.
Received on 2011-03-17 21:04:10 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.