You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Blair Zajac <bl...@orcaware.com> on 2009/10/05 16:17:54 UTC

Re: svn commit: r39781 - in trunk/subversion: libsvn_client libsvn_wc

On Oct 5, 2009, at 7:12 AM, Bert Huijben wrote:

> Author: rhuijben
> Date: Mon Oct  5 07:12:23 2009
> New Revision: 39781
>
> Log:
> Move the check that blocks deleting file externals to the client api.
> For the working copy a file external is just another switched path and
> we do allow deleting normal switched paths via svn_wc_delete4().  
> This also
> makes it possible to delete these files via svn rm --force.

After this commit, what happens if you call svn_wc_delete4() on a file  
external?  Isn't this pushing the check to a higher level library that  
should belong in libsvn_wc?

Regards,
Blair

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2403791