show/hide this revision's text 2 linkified

TeamCity, by default, is configured to cache the exported sources (Checkout mode: Automatically on server). This means that the first build may take some time, but subsequent builds will be significantly faster as it only loads the changed files. Automatic clean checkouts will only happen in certain circumstances.

If you have checked in the entire 3rd party library, including documentation and source, you may want to create a checkout rule that filters out those extraneous files so that you are only left with the binaries you need to compile your solution (assuming you have checked in compiled binaries).

TeamCity allows multiple VCS roots in each build configuration, so it may be easier for you to exclude externals in your main VCS root (which is the default), then add another VCS root pointed to your other repository, with a checkout rule to put the Boost precompiled libraries in the expected directory.

For more information on clean checkouts and checkout rules, see:

www.jetbrains.net/confluence/display/TCD4/Clean+Checkout#CleanCheckout-sourcescache www.jetbrains.net/confluence/display/TCD4/VCS+Checkout+Rules

http://www.jetbrains.net/confluence/display/TCD4/Clean+Checkout#CleanCheckout-sourcescache http://www.jetbrains.net/confluence/display/TCD4/VCS+Checkout+Rules

show/hide this revision's text 1

TeamCity, by default, is configured to cache the exported sources (Checkout mode: Automatically on server). This means that the first build may take some time, but subsequent builds will be significantly faster as it only loads the changed files. Automatic clean checkouts will only happen in certain circumstances.

If you have checked in the entire 3rd party library, including documentation and source, you may want to create a checkout rule that filters out those extraneous files so that you are only left with the binaries you need to compile your solution (assuming you have checked in compiled binaries).

TeamCity allows multiple VCS roots in each build configuration, so it may be easier for you to exclude externals in your main VCS root (which is the default), then add another VCS root pointed to your other repository, with a checkout rule to put the Boost precompiled libraries in the expected directory.

For more information on clean checkouts and checkout rules, see:

www.jetbrains.net/confluence/display/TCD4/Clean+Checkout#CleanCheckout-sourcescache www.jetbrains.net/confluence/display/TCD4/VCS+Checkout+Rules