문제

We have a TeamCity build server and a rather large SVN repository hosted in different geographic regions. Every few days, TeamCity decides to trash SVN working copy and perform a clean checkout which adds over an hour to the build process.

Is it possible to disable the periodic cleaning? When can't it just perform an SVN cleanup/update on the existing working copy?

도움이 되었습니까?

해결책

The phenomenon described here is an Automatic Clean Checkout, and it can be caused by several reasons. One of the possible reasons is an Automatic Checkout Directory Cleaning, that can be easily disabled. You can find more details in the documentation, by following the link.

다른 팁

It sound to me that you have one big application that consists from different modules and you're trying to build everything in one configuration. If so I would suggest to make TC configurations for every module and set dependencies from main application to modules, Dependencies are better to manage with maven repositories or TC itself (less convenient).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top