Really strange error that started happening suddenly (i.e nothing in the workflow changed) , the symptom is that the teamcity build hang on checking out sources, then I try to go to svn and do the checkout manually and I get:
Error: Can't move
Error: 'D:\TeamCity_buildAgent\BuildAgent\work\adeda1932e08092f\.svn\tmp\svn-82F432C7'
Error: to
Error: 'D:\TeamCity_buildAgent\BuildAgent\work\adeda1932e08092f\.svn\pristine\59\5909d29d95ea2293ffcaedf15b79278fcb6af65e.svn-base':
Error: The system cannot find the path specified.
Error: Can't create directory
Error: 'D:\TeamCity_buildAgent\BuildAgent\work\adeda1932e08092f\.svn\pristine\59':
Error: The system cannot find the path specified.
What I tried so far:
- Delete folder and checkout again
- clean up
- clean up with all the options on
- many other things ...
Context
- large repo (over 5Gb)
- svn 1.7
- Win7
- Lots of free disk space
- error present only on build machine so far on that particular folder, the error shows up on tortoise svn, on teamcity it just hangs
- Error occurs only on this folder on the teamcity
- I can checkout fine the whole repository from tortoisesvn
The weird thing is there is noting obvious about the source of the problem. Teamcity was just starting to update because it received new changes the first time I saw this. The change in question was a modification to an existing file.
Any ideas?