continuous integration - How to make teamcity's svn checkout more verbose? -


we have large svn external containing 30,000 500k files. checkout can take long time , see progress in teamcity logs happens.

is there way use more verbose logging when doing svn checkout just....

[19:26:00]: updating sources: agent side checkout...

[19:26:00]: [updating sources: agent side checkout...] perform clean checkout. reason: checkout directory empty or doesn't exist

[19:26:00]: [updating sources: agent side checkout...] cleaning /opt/teamcity/buildagent/work/937995fe3d15f1e7

[19:26:00]: [updating sources: agent side checkout...] vcs root: guru 6 trunk externals

[19:26:00]: [vcs root: guru 6 trunk externals] revision: 6521_2010/04/27 19:25:58-0500

i'm afraid there no way make agent-side checkout more verbose. if you'd use server-side checkout, checkout progress visible, because teamcity tracks data sent server build agent , shows how data have been transferred. please feel free post feature request teamcity tracker @ http://youtrack.jetbrains.net/issues/tw


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -