Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 SVN 1.6 的本地服务器设置。如果客户端机器有 SVN 1.7,那会有问题吗?
ps 这是参考 Xcode 和 iOS 应用程序开发的。
所有 1.x 客户端都通过 RA 层(HTTP(S)、SVN 和 SVN+SSH 协议)与所有 1.x 服务器兼容。您甚至可以将 1.0 客户端与 1.8 服务器一起使用(反之亦然) - 以牺牲新功能为代价(使用最低公分母)。
没有。新版本大部分时间与旧版本兼容。就像 Office 2010 可以打开 Office 2003 文件一样。
你可以去争取。