TeamCity SVN Checkout Rules pulling files then deleting them -
i have following checkout rules:
-:%cit.svn.name%/%cit.svn.path%/sql -:%cit.svn.name%/%cit.svn.path%/doc +:%cit.svn.name%/%cit.svn.path%=>. (note: i've tried these exclude first well)
our sql path in particular has thousands of files because db in svn want exclude checkouts on build server.
when build (clean) complete first time, doc , sql paths still on build agent server empty, , checkout process wasn't faster.
i ran build again (not clean) , watched folders on agent server , found still pulled down, , time left behind.
is problem checkout rules? i've tried several variations , keep getting more files needed , it's dragging out checkout process.
indeed, exclude checkout rules subversion roots effective when server-side checkout used.
related note in teamcity doc. related issue in teamcity issue tracker.
Comments
Post a Comment