版本问题-向后兼容颠覆SVN

发布于 2024-08-13 08:04:33 字数 180 浏览 5 评论 0原文

我的 svn 存储库位于运行 svn 1.4.2 的服务器中,但我在家里的 Ubuntu 9.10 上使用 svn 1.6.5 。

我发现当两个版本不同时(至少在我的情况下),svn 会被损坏,并且 svn cleanup 不起作用。

我不确定我是否应该在家安装 svn 1.4.2,或者有什么办法可以解决吗?

I've got my svn repository in a server running svn 1.4.2 but I'm using svn 1.6.5 on Ubuntu 9.10 at home.

I found the svn will be corrupted when two the versions are different (at least in my case), and svn cleanup won't do the trick.

I'm not sure should I install svn 1.4.2 at home as well, or is there any way around it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

音栖息无 2024-08-20 08:04:33

使用带有 1.4.2 存储库的 SVN 1.6.5 客户端应该不会有任何问题。唯一会遇到问题的情况是您使用两个不同的 SVN 客户端 版本。

一旦 1.6.5 客户端使用了您的工作副本,1.4.2 客户端将无法使用它。但这不会损坏 SVN...它只会影响工作副本(并且它没有“损坏”,只是以 1.4.2 客户端无法理解的方式进行维护)。

You should not have any problems using an SVN 1.6.5 client with a 1.4.2 repository. The only time you'll have problems is if you use two different SVN client versions.

Your working copy will be unusable by a 1.4.2 client once the 1.6.5 client has used it. That doesn't corrupt SVN though... it only affects the working copy (and it's not "corrupted", just maintained in such a way that the 1.4.2 client does not understand).

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