We have a single SVN repository with multiple related projects. Like so...
\repo
\Project1
\branches
\tags
\trunk
\Project2
\branches
\tags
\trunk
\Project3
\branches
\tags
\trunk
I would like to check out the trunk of each project into my workspace without the branches/tags folders.
\workspace
\Project1
\trunk
\Project2
\trunk
\Project3
\trunk
Is there a way to do this without checking each trunk out individually?