svn 1.5.x 与最新版本
如果我安装 SVN 1.5.2 而不是最新的 1.6.x,我会错过一些真正重要的东西(功能/优化和速度)吗?
Would I be missing out something really important (feature / optimization & speed) if I install SVN 1.5.2 instead of the latest 1.6.x?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以安全地使用 SVN 1.5.x。
事实上,大多数 Linux 发行版仍然使用 SVN 1.5(例如 Debian lenny)。
最重要的功能(客户端):
更重要的更改在服务器端,这提高了性能和存储库处理
这些功能听起来很有希望,但是这些都没有 svn 1.5 中的合并跟踪那么重要。
You can safely use SVN 1.5.x.
In fact most linux distributions are still on SVN 1.5 (e.g Debian lenny).
Most important features (client side):
More important changes are on server side, which improve performance and repository handling
These features sounds promising, however none of these is as important as the merge tracking in svn 1.5.
我仍然使用 1.4,因为 Xcode 附带 1.4。 我知道 1.5 有一些重大改进,但根据我的经验,人们需要很长时间才能迁移到新版本。 只需确保您的客户端都支持您正在使用的版本即可。 我有一个自动升级我的工作副本。
I am using 1.4 still because Xcode ships with 1.4. I know that 1.5 had some big improvements, but in my experience it takes a long time for people to move to the new versions. Just make sure that your clients all support the version you are using. I had one automatically upgrade my working copy.
不一定,除非1.6 变更日志中记录了一些对您来说很重要的内容。
Not really, unless there is something important to you documented in the 1.6 changelog.