使用 Mac 客户端进行 IIS 版本控制
我们在工作中处于一个独特的境地。我们的大多数网站都在 IIS 服务器上,但我们的开发人员在 Mac 上。我们需要某种方法来对我们的网站进行版本控制,但希望在 Mac 上本地管理它们。除了Powershell之外,还有什么办法可以做到这一点吗?我们的大多数网站都是使用 PHP 编写的,因此我们不需要面向 ASP.NET 的解决方案。另外,我不清楚是否有办法将 Subversion 与 IIS 一起使用。有人可以帮我吗?
We are in a unique situation here at work. Most of our websites are on an IIS server, but our developers are on Macs. We need some kind of way to do version control of our websites, but want to manage them locally on our Macs. Is there any way to do this, short of Powershell? Most of our websites are in PHP, so we don't want a solution that is geared toward ASP.NET. Also, I'm not clear if there is a way to use Subversion with IIS. Can someone help me out?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
源代码控制和代码执行可以被认为是正交的。 mercurial
可能是满足您要求的解决方案,因为它不强制执行中央存储库。
只要您选择在 Microsoft 平台上有客户端的版本控制系统,IIS 对版本控制没有任何影响。关于颠覆,微软衍生品有很多客户。
Source control and code execution can be considered as orthogonal. mercurial
might be a solution for your requirements, as it does not enforce a central repository.
IIS has no implications on version control, as long as you choose a version control system that has a client on the Microsoft platform. Concerning subversion there are plenty clients for Microsoft derivates.