Getting from VSS, but excluding some folders
Hello,
is there a way to specify several Visual Source Safe folders at once or exclude some of them?
Problem is, our organization still uses VSS and it stores not only the source code but large resource files as well. Its structure is like this:
$/Project
---$/Project/inc
---$/Project/src
---$/Project/bin
---$/Project/data <= this one is several Gb big
and so on.
Is there a way to exclude $/Project/data and some other subfolders so TeamCity won't try to get everything from VSS? It fails to do so, possibly because of the large overall size (and using the evaluation database). Even if I set up a proper database, getting so much excess data would be counterproductive. Thanks in advance!
Please sign in to leave a comment.
Hi,
you are looking for our VCS Checkout Rules (https://confluence.jetbrains.com/display/TCD10/VCS+Checkout+Rules).
Please keep in mind the notes about exclusion rules.