使用 Mac 客户端进行 IIS 版本控制

发布于 2024-10-10 21:16:51 字数 217 浏览 1 评论 0原文

我们在工作中处于一个独特的境地。我们的大多数网站都在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

少钕鈤記 2024-10-17 21:16:51

源代码控制和代码执行可以被认为是正交的。 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文