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

RE: pristine store design

From: Bert Huijben <bert_at_qqmail.nl>
Date: Wed, 3 Mar 2010 15:34:58 +0100

> -----Original Message-----
> From: Ivan Zhakov [mailto:ivan_at_visualsvn.com]
> Sent: woensdag 3 maart 2010 15:22
> To: Bert Huijben
> Cc: Stefan Sperling; Julian Foad; Neels J Hofmeyr; Greg Stein;
> dev_at_subversion.apache.org
> Subject: Re: pristine store design
>
> On Wed, Mar 3, 2010 at 3:54 PM, Bert Huijben <bert_at_qqmail.nl> wrote:
> > On posix, when using svn_io_rename_file() this would be true and this
> would
> > be pretty safe.
> >
> > On Windows you get an access denied (bad) and a 15 second delay retrying
> the
> > move (worse).
> >
> > So we should try to avoid overwriting existing files here. (I would guess
> > that tools like rsync and incremental backusp also like that we don't change
> > the date of these files)
> >
> That's not correct. Windows API function MoveFileEx has option to
> overwrite destination file [1]. apr_file_rename() uses MoveFileEx with
> MOVEFILE_REPLACE_EXISTING flag, so it should replace existing file.

The text above talks about the case that another application has the file open.

        Bert
Received on 2010-03-03 15:35:37 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.