Re: svn commit: r10114 - in trunk: . subversion/include subversion/libsvn_client subversion/libsvn_subr subversion/libsvn_wc subversion/tests/clients/cmdline

Josh Pieper <[email protected]> Thu, 1 Jul 2004 13:57:19 -0400
Newsgroups gmane.mail.eyebrowse.devel,gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Branko ??ibej wrote:
> [email protected] wrote:
> 
> >+          /* On Win32, CreateFile failswith an "Access Denied" error
> >+             code, rather than "File Already Exists", if the colliding
> >+             name belongs to a directory. */
> > 
> >
> Isn't this Win32-specific comment inside an '#ifdef HAVE_SYMLINK' 
> somewhat strange?

Well, I believe it was you who said we should test for features, not
platforms.  There might be some platform that supports symlinks, but
does return the access denied error...

-Josh