0
votes

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

1

1 Answers

0
votes

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.