用于管理 Mercurial 存储库或使用 Mercurial 进行任何其他远程开发实践的开源 Web 应用程序
开源世界里有没有像bitbucket这样的Web应用程序?这都是关于远程开发的。(讨论这里)
一些开发人员不知道如何使用 ssh(是的,永远是立陶宛大学..),我们有一些设备没有 Windows 或 Mac 的驱动程序,我们不能将每个设备都提供给每个开发人员进行本地开发。所以本地开发不可能。在上面的链接中,一位用户提到 Mercurial 并不是为远程开发而设计的。还有其他做法吗?
我只有 2 个解决方案:
1)找到像 bitbucket 这样的 Web 应用程序,与所有开发团队一起管理存储库
2)找到能够将 sftp 目录与本地驱动器目录同步的 IDE,并且所有 Mercurial 操作都将在本地驱动器上与本地驱动器上完成像 tortoiseHG 这样善变的客户端。
Is there's any web application in open source world like bitbucket?? This is all about remote development.( discussion here )
Some developers do not know how to use ssh ( yeah Lithuanian universities forever.. ), we have some devices which doesn't have drivers for windows or mac, we can't give every device to every developer for local development. So it's impossible to develop locally. On the link above, one user mentioned that mercurial is not designed for remote development. Any other practices for this?
I have only 2 solutions:
1) to find web application like bitbucket, to manage repos with all developers team
2) to find IDE which capable to synchronize sftp directory with local drive directory, and all mercurial operations would be done on local drive with local mercurial client like tortoiseHG.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 RhodeCode:https://bitbucket.org/marcinkuzminski/rhodecode/src。它具有通过 http 进行推/拉的功能。
Check out RhodeCode: https://bitbucket.org/marcinkuzminski/rhodecode/src. It has push/pull over http capabilities.
在服务器上,使用 .hg/hgrc 中的钩子来实现用户无法实现的功能。
您的用户的基本工作流程将是:
On the server, use the hook in .hg/hgrc to make what your user can't.
Basic workflow for you user will be: