I would like to keep a copy of a 3rd parties code in my SVN repo. (so I can run reports and tests)
How could I sync a certain folder / path from their repo into mine?
Obviously I can't just do an export from their repo and commit to mine because this would miss deletes.
Extra cool points for an automated solution.
svn:externals could be used, but would not be ideal. If the 3rd party repo was switched off, I wouldn't have access to the code.
Thanks,