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

Re: svn commit: r1075942 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/wc_db_pristine.c subversion/tests/libsvn_wc/pristine-store-test.c

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 1 Mar 2011 21:00:13 +0100

On Tue, Mar 01, 2011 at 10:07:58PM +0300, Ivan Zhakov wrote:
> On Tue, Mar 1, 2011 at 20:47, <julianfoad_at_apache.org> wrote:
> > Author: julianfoad
> > Date: Tue Mar  1 17:47:04 2011
> > New Revision: 1075942
> >
> > URL: http://svn.apache.org/viewvc?rev=1075942&view=rev
> > Log:
> > Make the pristine text store guarantee that a pristine text stream being
> > read will remain readable even if the text is deleted from the store.  To
> > ensure that a recently deleted pristine file can be reinstated, on Windows
> > we rename it to a new unique name before deleting it.  This is probably not
> > the most efficient way to work on Windows.
> >
> [...]
 
> > +#if 1 /*def WIN32*/
> I think it should be "#ifdef WIN32". Isn't it?

Looks very much like that to me, too.
I've made this change in r1076006 because Julian doesn't seem to
be around at the moment.
Received on 2011-03-01 21:01:18 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.