Is it possible to set "clean checkout" flag independently for VCS roots?
Say, if I have a build with 5 VCS roots, and I want to make a clean checkout of 2 of them before each build. And it is expensive to make global checkout, because other 3 roots are quite massive.
Please sign in to leave a comment.
At the moment it is impossible. I am not sure why do you need to always perform clean checkout. If you need to remove some files probably it could be done from the build script?
--
Pavel Sher
Yeah, sure we can.
The thing is, currently I refer to arbitrary placed automatically-generated unversionned files. It would simply be easier just to make a clean checkout than to seek and kill all of them manually.
Well, as usual, feel free to submit this feature request to our tracker.
--
Pavel Sher