How can you make TeamCity to run svn export instead of svn checkout?
At the build configuration you have VCS checkout mode with the options:
- Prefer to checkout files on agent (recommended)
- Always checkout files on server
- Always checkout files on agent
- Do not checkout files automatically
But nothing seem to fit.
I'm asking because the duration of svn checkout is way longer than svn export.