There must be a long comment or something, but my builds all have the same error message with the same details - "column truncated"
Looking in the SVN history shows that the last commit has a comment with a length of 284 characters.
Issue wasresolved
I worked around this by widening the relevant column, but it is TeamCity's responsibility to make sure data that is being written fits into the given column/table. I don't mind if that column is truncated (it's not TeamCity's responsibility to keep a complete version history, I have my Subversion server for that), but obviously it shouldn't crash in this case.
| Old | New | |
| Gibson (rxgibson) - 19 months ago (15 Jan 2007 16:11) | ||
Gibson (rxgibson)
20 months ago (01 Dec 2006 21:03)Relevant part of teamcity-vcs attached. It seems that the "500 Internal server error" isn't serious, but the "Data truncation" is ...