We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您的选择基本上取决于您是否希望它是私有的。
如果您希望它向世界开放,那么您选择任何一个都不会出错。
但是,如果您希望它是私有的,您应该使用 bitbucket。即使如此,您在免费私人存储库中也仅限于 2 个用户。
我的猜测是,您希望它是私人且免费的(因为您是学生),因此您唯一的其他选择就是自己托管它。如果你能成功的话,这将是一个很好的选择。请记住,您不需要将其托管在服务器上来共享和合并,有很多命令可以通过电子邮件共享补丁集。
Kiln http://www.fogcreek.com/Kiln/StudentAndStartup.html 是另一种选择因为您是学生,所以您可以免费获得。我相信是由乔尔·斯波尔斯基的公司经营的。
Your choice basically comes down to whether you want it to be private or not.
If you want it open to the world you can't go wrong with either.
However, if you want it to be private you should go with bitbucket. Even then you are limited to 2 users in a free private repo.
My guess is you want it to be private and free (since you're a student) so your only other option there is to host it yourself. This would be a great option if you can pull it off. Remember, you don't need to have it hosted on a server to share and merge, there are plenty of commands for sharing patch sets through email.
Kiln http://www.fogcreek.com/Kiln/StudentAndStartup.html is another option you can get for free since you are student. Run by Joel Spolsky's company I believe.
如果您正在寻找免费的 Mercurial 托管,JavaForge 是另一个可以考虑的选择。您可以拥有私人项目,它具有前面提到的所有功能。更好的是,如果您想自由尝试 (D)VCS,它还支持 Git、SVN 和 CVS(甚至可以将它们混合在同一个项目中)。
JavaForge is another option to consider if you are looking for free Mercurial hosting. You can have private projects and it has all the features mentioned before. Even better, it supports Git, SVN and CVS (even mixing them within the same project) if you want to freely experiment with (D)VCS.