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

Re: Windows XP "Access denied" svn_io_rename

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-10-27 08:06:15 CET

Luke Blanshard wrote:

> It is of course a pity that Windows doesn't share Unix's approach to
> atomicity in the filesystem.

The operation that's failing isn't atomic on Unix, either. What's really
killing us is that the process that's sniffing for file changes opens
the files in non-shared mode -- a concepta that doesn't exist on Unix --
and the fact that you actually have to open a file under the hood on
Windows to rename it.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 27 08:09:05 2003

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.