I work against a repository that has a large number of projects. Because of this, I only check out single projects in my development environment. Now I've made inter-connected changes in two of these projects. So naturally, they should be in the same commit. Is this possible without checking out the entire SVN repository?
Example repository structure:
svn.example.com/huge-repository/
project-1/
...
project-101/
Example working development structure:
~/src/
project-5/
project-42/
I want to commit changes to both project-5
and project-42
in one commit.