有没有可以管理 FTP 文件夹上保存的代码的源代码控制工具?
我从一些第三方提供商那里购买了托管空间。现在我正在考虑使用一些空间进行源代码控制管理。
在网上搜索时我发现 VSS 不支持 FTP 文件夹。有没有可以用于 ftp 源代码控制的工具?
I have bought hosting space from some third party provider. Now I am thinking to use some of the space for source control management.
On searching the net I have found VSS does not support FTP folders. Is the any tool that can be used for source control over ftp?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于托管版本控制存储库来说,FTP 是一个糟糕的选择。我不知道有任何 VCS 支持它。将 git 与 github 结合使用,或将 Mercurial 与 bitbucket。
FTP is a poor choice for hosting a version-control repository. I don't know of any VCS that supports it. Use git with github or Mercurial with bitbucket.