jotbek
jotbek

Reputation: 1499

Specific revision of VCS root for checkout in teamcity

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

Upvotes: 0

Views: 999

Answers (1)

Alina Mishina
Alina Mishina

Reputation: 3380

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.

Upvotes: 2

Related Questions