You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "D.J. Heap" <dj...@dhiprovo.com> on 2003/06/03 14:33:35 UTC

Re: [PATCH] Windows rename failures

After a bunch more heavy stressing, this patch does not completely fix
the MoveFileEx 'Access Denied' errors.  I've  finally put it in a retry
loop, but depending on the machine I'm on it will sometimes retry up to
15 or 20 times before going through.  Fun.

I spent another chunk of time on the repro program last night and still
can't repro it.  I'll probably try just using apr next and see what
happens, when I have more time, but for now I'm just throwing up my
hands and putting a big sledgehammer loop in my working copy.

Anyway, just thought I'd let folks know that the patch doesn't really
fix the problem.

DJ



**********************************************************************
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

RE: [PATCH] Windows rename failures

Posted by "D.J. Heap" <dj...@dhiprovo.com>.
>>After a bunch more heavy stressing, this patch does not completely fix
>>the MoveFileEx 'Access Denied' errors.  I've  finally put it in a
retry
>>loop, but depending on the machine I'm on it will sometimes retry up
to
>>15 or 20 times before going through.  Fun.
>
>Uh, no, not fun. What if the permissions really don't allow moving the
>file (e.g., because of a bug)? Bang -- instant freeze.

Yeah, exactly (I was being sarcastic).  I just plugged in 100 retries so
I can at least continue to work with some reliability, but I can't see
any real solution for this aside from MS fixing it...and I doubt that
will happen until a smallish repro is found.

DJ



**********************************************************************
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

Re: [PATCH] Windows rename failures

Posted by Branko Čibej <br...@xbc.nu>.
D.J. Heap wrote:

>After a bunch more heavy stressing, this patch does not completely fix
>the MoveFileEx 'Access Denied' errors.  I've  finally put it in a retry
>loop, but depending on the machine I'm on it will sometimes retry up to
>15 or 20 times before going through.  Fun.
>
Uh, no, not fun. What if the permissions really don't allow moving the
file (e.g., because of a bug)? Bang -- instant freeze.

>I spent another chunk of time on the repro program last night and still
>can't repro it.  I'll probably try just using apr next and see what
>happens, when I have more time, but for now I'm just throwing up my
>hands and putting a big sledgehammer loop in my working copy.
>
>Anyway, just thought I'd let folks know that the patch doesn't really
>fix the problem.
>  
>
I managed to reproduce this in the Explorer -- on a volume that's full
of CD images. I was moving them around between directories, and got
'Access Denied' a few times. Retrying the move worked. Now *that's* what
I call fun. :-\


-- 
Brane Čibej   <br...@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