版本问题-向后兼容颠覆SVN
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用带有 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).