是否可以在 Google Code 上设置私有 Mercurial 存储库?
我喜欢 Google Code 是 Mercurial 托管的免费选项,但在我设置的测试项目中,我找不到将存储库指定为私有的方法。
理想情况下,我想私下从事一个项目,直到它准备好让全世界看到,然后才向其他人开放。
有没有办法在 Google Code 上做到这一点?
I like the fact that Google Code is a free option for Mercurial hosting but, in the test project I set up I couldn't find a way to designate the repository as private.
Ideally I would like to work on a project privately until it is ready for the world to see and only then open it up to others.
Is there any way to do that on Google Code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您始终可以使用位桶。
You can always use bitbucket.
我很确定答案是否定的...Google Code 的全部意义在于免费托管开源项目。开源项目本质上不是私有的。如果您计划免费发布代码,为什么还要担心保密呢?没有人会关心你是否发布了未完成的代码……我的意思是,90% 的在线开源项目都是如此。
另一个想法... Mercurial 不是一个分布式源代码控制系统吗?难道您不能在本地运行 Mercurial 直到准备好发布,然后将其推送到 Google 代码吗?
I'm pretty sure the answer is no...the whole point of Google Code is free hosting for open source projects. Open source projects by their nature are not private. If you are planning on releasing the code for free, why so worried about keeping it private? Nobody is going to care if you publish unfinished code...I mean that's 90% of the open source projects online.
Another thought...isn't Mercurial a distributed source code control system? Couldn't you just run the Mercurial locally until you are ready to publish, then at that point push it up to Google Code?
Bitbucket 允许每个免费帐户拥有一个私有存储库。
Bitbucket allows one private repository for each free account.
您可能想要投票/加星问题 1829:
为具有私有访问权限的专有许可项目提供支持。
You may want to vote/star issue 1829:
Provide support for proprietary licensed projects with private access.