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

[PATCH] Windows rename failures

From: D.J. Heap <djheap_at_dhiprovo.com>
Date: 2003-05-27 18:30:30 CEST

Log:

Windows rename (MoveFileEx) operations will sometimes fail with
'Access Denied' when it should not -- it appears to be a race/bug
in MoveFileEx or NTFS somewhere. A short sleep and retrying the
operation finishes correctly. See the dev archives for more
information (search for MoveFileEx and/or Access Denied).

* subversion/libsvn_subr/io.c
  (svn_io_file_rename): Add a short sleep and retry if the rename
  fails in Windows with 'Access Denied.'

**********************************************************************
This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to
whom they are addressed. If you have received this email
in error please notify the system manager.

This footnote also confirms that this email message has been
swept by MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Tue May 27 18:32:10 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.