How to make teamcity’s svn checkout more verbose?
As per this question on StackOverflow.com...
http://stackoverflow.com/questions/2726084/how-to-make-teamcitys-svn-checkout-more-verbose
How do I make TeamCity's SVN checkout process more verbose? We have 17GB of mapping data and each file is ~512KB, just seeing that a checkout in process for close to 2 hours (when we have to do a clean checkout) is not very helpful. If we could see each file being checked out the log would be fairly large but we would at least know it's not frozen.
Please sign in to leave a comment.
Hello Ben,
I've answered at StackOverflow, here is the copy:
I'm afraid there is no way to make agent-side checkout more verbose. If you'd use server-side checkout, the checkout progress would be visible, because TeamCity tracks the data sent from the server to build agent and shows how much data have been transferred. Please feel free to post feature request to Teamcity tracker at http://youtrack.jetbrains.net/issues/TW
Regards,
KIR