I have a VCS root with the following checkout rules:
+:.
-:externals
+:externals/jQuery
However TeamCity doesn't seems to do a checkout for externals/jQuery
directory.
Is there anyway to achive this, except by creating a separate VCS root for this directory?
I'm using TeamCity 8.0 latest EAP.
Update (2017)
Since TeamCity 10 it's seems that it's possible to do what this question was asking
+:**/* => target_directory
-:**/folder1 => target_directory
If you want to checkout only the externals/jquery directory and nothing else, add this in your checkout conditions .
+:externals/jQuery -> jQueryDir(custom name)
or
+:externals/jQuery -> .
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With