After an emergency rebuild of my machine last week (16 months development caught up with it) I am nursing it back to operational use.

We use a TeamCity buildserver to run a local build before checking the code into subversion.

However Teamcity is giving an annoying error about there being no subversion resources. I've even done a fresh source code checkout just to make sure it wasn't right.

Failed to collect pending changes in Subversion.

Error: Opened solution contains no Subversion versioned resources

I hate it when something gets in between me and enhancing customer value.

有帮助吗?

解决方案

Please try fresh 6.5.x bugfix update, where this bug (annoying error) was fixed. Full Subversion 1.7 support will be avaliable in TeamCity 7.0.

其他提示

It appears to have been down to using Tortoise 1.7 to checkout the code, and the TeamCity Visual Studio plugin from our TeamCity 5.0 version couldn't read the updated svn files

So uninstalled new Tortoise, reinstalled old Tortoise, and then checkout the code base again, and it all works!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top