SVN Checkout with --depth option Follow
Hello,
We have the following configuration:
TeamCity Enterprise Version 4.5.4 (build 9071)
VCS: Subversion
Subversion Client 1.5+ introduces the
--depthoption to the
checkout,
switch, and
updatesubcommands. This option replaces
-N, and allows users to construct working copies containing just what's needed, leaving out everything else.
Our developers use the "--depth files" option to limit the amount of data checked out. Any additional files needed during the build will be checked out on demand. Is it possible to configure TC to use the --depth files SVN option when checking ou the build? The reason to not use the being, TC still needs to check all files under product/src for modifications.
There are few options mentioned for SVN settings, http://confluence.jetbrains.net/display/TCD4/Subversion but I don't think so they are helpful in this case unless I am missing something.
Rahul
Please sign in to leave a comment.
Hello Rahul,
I'm afraid TeamCity doesn't support --depth option for the Subversion. Please feel free to file a feature request for that in our tracker with details how do you envision this option to be implemented.
Thanks!
KIR
Hello Kirill,
I have raised an issue in youtrack for the same.
http://youtrack.jetbrains.net/issue/TW-12414
Thanks,
Rahul