SVN Continuous Integration Service Provider
are there any continuous integration service/hosting providers that I can just point at an arbitrary SVN server (given credentials of course) and it'll update to the latest source and build?
I'm interested in building C# projects, ideally, it would be something like the TFS Build manager, or cruisecontrol.net ... though it doesn't have t开发者_Python百科o be those products in particular.
Since you're looking at C# projects, have a look at SourceAnvil. It's a beta at the moment, but you might be able to get involved. It's using TeamCity, which I can recommend as easy to set up if you decide to host your own.
精彩评论