SVN Host + build (.net) + ftp publish - is there any hoster like this?
could you please 开发者_C百科recommend service that would host a SVN repository, do an automatic build on each commit (.net code, if that matter) and do FTP Publish at the end?
I saw Assembla is offering such thing but as part of a plan that's an overkill for my project.
Thanks in advance,
Antonin
Why don't you just implement the CI bit yourself? hudson is fantastic for this and has an easy learning curve - very simple to get up and running within a couple hours.
A quick google turns up the following links:
https://stackoverflow.com/questions/111481/why-hasnt-anybody-started-a-hosted-continuous-integration-service
http://www.build-doctor.com/2010/02/23/continuous-integration-in-the-cloud-good-idea/
Managed Source Control Hosting and Continuous Integration with CVSDude and CruiseControl.net
http://www.fazend.com/
https://continuityapp.com/
At Codesion we have FTP deployment, along with SSH, rsync, svnsync with pre-defined targets to Joyent, S3, and AppEngine directly from your SVN repo. It won't compile the code first however, only "export" from your repo.
Check it out and see if its what you want, http://codesion.com/screenshots/publisher.html
精彩评论