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