Select resource for which you want to delete property and call Team/Show
Properties action, then in opened Show Properties view select interesting
property, right-click it and call Remove action, where you can specify
whether to remove it recursively.
> Hi,
>
> Is there a way to delete a property with Subversive (svn propdel command)?
> Particularly, is it possible to do this recursively?
>
> Thanks in advance,
>
> Michiel
Any idea how to do a recursive delete for 'svn:executable' or 'svn:mime-type'?
It seems that I would need to temporarily add the property to a parent directory in order to recursively delete that property. However, it won't let me add either of those to a directory, even temporarily.
"
Set properties was failed.
svn: E200009: Cannot set 'svn:executable' on a directory ('C:\dev\eclipse\workspace1dev\client_sw_x\sw_x\projects\msvc')
"
"
Set properties was failed.
svn: E200009: Cannot set 'svn:mime-type' on a directory ('C:\dev\eclipse\workspace1dev\client_sw_x\sw_x\projects\msvc')
"