Exclude all except 1 subdirectory from teamcity checkout rule -


i have vcs root following checkout rules:

+:. -:externals +:externals/jquery 

however teamcity doesn't seems checkout externals/jquery directory. there anyway achive this, except creating separate vcs root directory? i'm using teamcity 8.0 latest eap.

update (2017)

since teamcity 10 it's seems it's possible question asking

+:**/* => target_directory -:**/folder1 => target_directory 

if want checkout externals/jquery directory , nothing else, add in checkout conditions .

+:externals/jquery -> jquerydir(custom name) 

or

+:externals/jquery -> . 

Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -