svn 1.5.x 与最新版本

发布于 2024-07-28 19:54:24 字数 61 浏览 3 评论 0原文

如果我安装 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

梦幻之岛 2024-08-04 19:58:15

您可以安全地使用 SVN 1.5.x。
事实上,大多数 Linux 发行版仍然使用 SVN 1.5(例如 Debian lenny)。

最重要的功能(客户端):

  • svn:externals 用于单个文件
  • 树冲突
  • 稀疏目录排除

更重要的更改在服务器端,这提高了性能和存储库处理

  • 打包完整的分片日志
  • 记录支持 svnserve
  • 通过浏览器检查历史记录

这些功能听起来很有希望,但是这些都没有 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):

  • svn:externals for single files
  • tree conflicts
  • sparse directory exclusion

More important changes are on server side, which improve performance and repository handling

  • packing complete shards
  • logging support for svnserve
  • examining history via browser

These features sounds promising, however none of these is as important as the merge tracking in svn 1.5.

花间憩 2024-08-04 19:57:23

我仍然使用 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.

深陷 2024-08-04 19:56:35

不一定,除非1.6 变更日志中记录了一些对您来说很重要的内容。

Not really, unless there is something important to you documented in the 1.6 changelog.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文