SVN 主机 +构建(.net)+ ftp 发布 - 有这样的主机吗?
您能否推荐托管 SVN 存储库、在每次提交(.net 代码,如果有的话)上自动构建并在最后进行 FTP 发布的服务?
我看到 Assembla 正在提供这样的东西,但作为计划的一部分,这对我的项目来说是一个过大的杀伤力。
提前致谢,
安东尼
could you please 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为什么不自己实现 CI 位呢? hudson 对此非常出色,并且学习曲线很简单 - 非常简单,可以在几个小时内启动并运行。
快速谷歌显示以下链接:
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/
托管源代码管理托管以及与 CVSDude 和 CruiseControl.net 的持续集成
http://www.fazend.com/< /a>
https://continuityapp.com/
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/
在 Codesion,我们直接从 SVN 存储库进行 FTP 部署以及 SSH、rsync、svnsync 和 Joyent、S3 和 AppEngine 的预定义目标。但是,它不会首先编译代码,只会从您的存储库“导出”。
检查一下,看看是否是您想要的,http://codesion.com/screenshots/publisher.html< /a>
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