What I'm trying to is tag a batch of files for deletion within Eclipse, prior to issuing a commit via the Subversive integration to "delete" these files from the repository.
In a trivial case, you can of course do this by selecting multiple files in the explorer, alt-clicking and selecting delete, prior to doing a commit.
However, I need to do this on ~500 files that are spread across a directory hierarchy six+ levels deep.
As such, I'm wondering if there's any way to select and perform the standard alt-click operations on a group of files matching a given pattern, or indeed whether this is the best approach in the first instance.