TeamCity SVN agent-side checkout fails with error svn: E200030: There are unfinished transactions detected in folder

笑着哭i 提交于 2019-12-10 15:13:12

问题


After upgrading to TeamCity 2017.2 my SVN checkout began failing on my build agent with this error:

svn: E200030: There are unfinished transactions detected in '[... folder ...]'

The agent is running on Windows Server 2012 R2 and TeamCity Professional 2017.2 (build 50574)

Initial Googling and browsing on Stack Overflow didn't find an answer yet.


回答1:


After further Googling I found this bug on the TeamCity YouTrack:

https://youtrack.jetbrains.com/issue/TW-49325 specifically this comment https://youtrack.jetbrains.com/issue/TW-49325#comment=27-2472122

I had TortoiseSVN 1.9 installed on the build agent.

Disabling the Tortoise icon overlays for my build agent folders under Settings -> Icon Overlays -> Exclude Paths allowed my checkout to continue successfully again.

Looks like the problem is caused by a TortoiseSVN client when it monitors SVN folders,



来源:https://stackoverflow.com/questions/47652124/teamcity-svn-agent-side-checkout-fails-with-error-svn-e200030-there-are-unfini

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!