Is there a way to specify which SVN revision to checkout in a TeamCity build?
If I attempt to change the SVN URL to include the revision using the @ notation, eg.
svn+ssh://svn/some/url@1234
then I get an error ("Unknown path kind").
I've searched all TeamCity documentation and can find nothing appropriate.
The background to this question is that I would like to run tests on a particular revision that for some reason was not done in the past (eg. the URL was not in TeamCity at the time).