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

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -