Teamcity build all svn branches

怎甘沉沦 提交于 2019-12-25 02:38:30

问题


In TeamCity, I would like to have one build configuration that picks up all branches in our SVN without having to manually specify them out.

Is it possible do this?

I've tried configuring the checkout rules with the following wildcard

   +:branches/*

but the system seems to reject the wildcard being there or doesn't know what to do with it.

Is it possible to checkout a HEAD revision in SVN irrespective of branch/tag/trunk?


回答1:


You don't need checkout rules for that, just specify top-level URL as your VCS root in Version Control Settings.



来源:https://stackoverflow.com/questions/25582129/teamcity-build-all-svn-branches

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!