문제

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