Whenever I build a project using TeamCity, it uses Fast SVN Update
Can anyone tell me how can I disable this feature ?
[16:23:33]: [VCS Root: Project-A] Will use fast SVN update
|
|
|
Use system property teamcity.svn.fast.update.threshold Can be set in buildAgent.properties or as a system property of build agent to set a threshold when non-fast checkout will be performed on build agent. Current default value is .15, set to 0 to disable fast checkout on agent. For the value to take effect deleting file buildAgent/work/fast.svn.update.dat may be required. Hope this helps, KIR |
|||
|
|
|
If you're certain that a full checkout (rather than just an SVN update) is required, then you can use TeamCity's Clean Checkout feature:
Of course, your builds will take longer to run since the entire working copy is being fetched each time, but that shouldn't be a noticeable issue for small projects. |
||||
|
|