views:

145

answers:

2

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 to be those products in particular.

+2  A: 

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.

justinlatimer
The SourceAnvil URL no longer seems to be working. I emailed them for more information and did not receive a response. Looks like it's dead :-P
Joel Martinez
That's a shame, it looked like a very promising service!
justinlatimer
A: 

Mike CI provide a hosted continuous integration service. Currently we support Java projects but our roadmap for Q2 2010 includes provision for other languages and build tools/environments. We are in private beta at the moment so feel free to sign-up, even if only to be notified of updates to our platform.

We also support SVN repositories that can be accessed via the web (http(s)).

Thanks

Adam

Adam Leggett