I frequently have svn-based projects that include third-party components such as the TinyMCE (in-browser WYSIWYG) editor. This includes dozens of folders with possibly hundreds of files.
Ideally, when I want to update TinyMCE to the newest release, I'd like to be able to copy the top-level TinyMCE folder into my working copy, commit the changes and away I go.
Obviously, this won't work because by copying over the top I'd be wiping out all the existing .svn
folders nested through the working copy.
Updating all the files by hand would take hours.
Is there a good way to manage this with svn?
Alternatively, are there any tools (on linux or OS X) that would help me perform the 'manual' copy more easily?