How to Check Out Non-Recursive Directory?
We are looking at the possibility of migrating our builds from Parabuild to Teamcity. One feature that we had in Parabuild's VCS setting was the ability to checkout a non-recusive directory. This was done by specifying "-N" after the file path. For example, if I had the directory structure below and I specified "code -N" only the top-level code directory would be checked out. How do I do this in TeamCity?
code
code/Foo
code/Bar
Thanks,
-Owen
Please sign in to leave a comment.
Hello Owen,
I'm afraid, TeamCity doesn't support non-recursive checkout for Subversion directly.
You can do this only if you handle checkout process manually, in your build script.
Regards,
KIR