免费软件版本控制(3-4 人)
我需要帮助寻找具有以下功能的软件版本控制程序: - 多平台(Windows 和 Ubuntu) - 保持我们的代码私有(如果支持私有 ftp 存储库则完美)。 - 小团体(3-4 人)免费或低价。 - 我们不需要很大的存储容量 -(可选)Eclipse 集成 - 更新的自动通知
我们尝试了 Bazaar,它强制执行除最后一条之外的所有规则,因为对于受密码保护的存储库源,它仅按需更新(始终询问密码)
提前致谢
I'd need help for finding a program for software version control with following features:
- Multiplataform (Windows and Ubuntu)
- Keep our code private (perfect if support private ftp repositories).
- Free or cheap for small groups (3-4).
- We dont need a big storage capacity
- (Optional) Eclipse integration
- Automatic notification of updates
We tried Bazaar, it enforces all the rules except the last one, because for password protected repositories sources it only update on demand (asking the password all the times)
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我个人很喜欢 subverion。它满足您的所有标准
I personally love subverion. It fulfills all your criteria
考虑到 Git 现在是所有 Eclipse 项目使用的 官方 VCS ,这将是一个很好的选择。
最新的 Eclipse Indogo 3.7 附带 EGit:无需“安装” git。
正如这个 SO 答案所示,它相当完整。
Considering Git is now the official VCS used by all Eclipse projects, it would be a nice fit.
The latest Eclipse Indogo 3.7 comes with EGit included: no need to "install" Git.
As this SO answer illustrates, it is fairly complete.
Git、Subversion... Eclipse 集成是 Eclipse 的工作,即一些插件。
Git 更强大,但需要更长的时间来学习。
当提交发生时,您总是会收到电子邮件。尽管我很难想象为什么每次你的同事做出承诺时你都想分心。
Git, Subversion... Eclipse integration is a job for Eclipse, i.e. some plugin.
Git is more powerfull but takes longer to learn.
You always get e-mail when commit happens. Although it's hard form me to imagine why you want to be distracted everytime any of your colleagues does a commit.
我们使用 Git 来管理大型文件和项目。 Git 版本控制系统提供了一组出色的功能,可以快速、高效、有组织地完成编写项目。如果您是专业的软件开发人员,那么您应该使用版本控制软件来管理您的项目。这是一个很棒的版本控制软件比较 这样您就可以决定最适合您的解决方案。
We use Git to manage large files and projects. The Git version control system offers a fantastic set of features for completing writing projects in a fast, efficient and organized way. If you're a professional software developer, then you should be using version control software to manage your projects. Here's a great comparison of version control software so you can decide the best solution for you.