You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by kf...@collab.net on 2003/08/24 06:16:41 UTC

Re: svn commit: rev 6838 - trunk/subversion/libsvn_subr

mbk@tigris.org writes:
> Log:
> Fix issue 1487, "svn diff -r PREV:HEAD fails if tmp/ exists in current
> directory".   This was happening because on Win32, CreateFile fails
> with an "Access Denied" error code, rather than "File Already Exists",
> if the colliding name belongs to a directory.
> 
> * subversion/libsvn_subr/io.c
>   (svn_io_open_unique_file): Continue on APR_STATUS_IS_EACCES as well as
>    APR_STATUS_IS_EEXIST.

D'oh!  

You're rockin' out tonight, MBK.  Don't let me catch you in Chicago,
or you'll be forced to accept an invitation to dinner :-).

-K

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