IIS“构建”管理
我的一位客户的子公司使用 ColdFusion 进行 Web 开发以支持政府网站。
我们遇到了开发人员不使用源代码控制的问题。我意识到有一大堆与此相关的政治爵士乐应该得到解决,但我在这场游戏中没有利害关系。
有没有类似于 IIS 的“构建管理器”的东西?也就是说,一个应用程序会在被告知时从 SVN 中检出代码,并将其存放在 IIS 的相应目录中?通常我会相信开发团队会这么做,但他们中的大多数似乎都没有将代码签入 SVN,所以我的任务是寻找技术解决方法(如果可能的话)。
I have a client with a subsidiary doing web development using ColdFusion to support a government website.
We're having issues with devs not using source control. I realize there's a whole bunch of political jazz associated with that that ought to be resolved, but I don't have a stake in that game.
Is there anything resembling a "build manager" for IIS? That is to say, an app that will checkout code from SVN when told to, and deposit it in the appropriate directory of IIS? Normally I'd trust the dev team to do it, but most of them don't seem to be even checking code into SVN, so I've been tasked with finding a technical workaround, if such is possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们使用 svnkit 并有一个批处理文件,可以将其设置为计划任务或链接到网页来运行,并将代码检出到相关目录中。
http://svnkit.com/
We use svnkit and have a batch file that can be setup as a scheduled task or linked into a webpage to run and it checks out the code into the relevant directory.
http://svnkit.com/