0

it's possible to define a VCS Checkout rule like +:PathToSvn/branches => . and check out only the branch with the latest changes?
So you don't know the name of the branch beforehand. Thanks

user2250152
  • 14,658
  • 4
  • 33
  • 57

1 Answers1

0

You can use configuration parameter in Checkout rules, e.g. +:PathToSvn/%branches% => ... %branch% parameter should be defined when the build started. For more details see the section in TeamCity doc.

Alina Mishina
  • 3,320
  • 2
  • 22
  • 31