svn - Teamcity doesn't create label when built from branch -


i'm trying create flexible teamcity build configuration project.

first, create svn vcs root from:

svn://mycompany.com/myproject

this repository contains of these folders:

  • /trunk
  • /versions/1.1
  • /tags/...

then, configure checkout rules as:

+: %checkoutrule% => .

this means agent checkout sources parameter, defined user triggers build. %checkoutrules% can has value of "trunk" build trunk or "versions/1.1" build version 1.1 branch.

at last, configure labeling %checkoutrule% => tags, means, every build should create tag.

so, problem when trigger build "trunk", tag created, when trigger build version/1.1, tag not created. build version/1.1 has additional label:

branch: versions/2.1:: versions/2.1

need help, how can avoid these problem?

simple issue. update version 8.1.

important updates me: * can configure branches label. default is

+:<default>

i changed to

+:*

and branch build creates label.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -