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? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -