I thought this would be simple, but I'm struggling. I want to manage Subversion properties recursively, so in a directory and all files and dirs that it contains.
In this particular case I'm trying to delete certain properties recursively, but I'm interested in the generic pattern.
Does Subversion provide a tool for this (like svn propdel -R
)? I couldn't find any in the docs. If not, what would be the easiest way to shell-script my way out of this?
FYI: Max OS X, subversion 1.6.x.