0
votes

I have the checkout rules applied in my TeamCity(v8.0.6) step to grab some files from the repository.

There is a VCS root configured for the SVN repository. I would like to checkout files from the specific svn revision. Is it possible? Now it is only using the latest revision.

Regards, jbk

1

1 Answers

2
votes

You can run a custom build on specific revision. However TeamCity displays only the changes detected earlier for the current build configuration VCS roots.
At the moment it's only possible to specify any revision for Perforce. Here is the related request you can vote for.