SVN服务器IP地址发现改变,在Eclipse中的SVN资源库中执行Relocate重定位时发生错误:
mac svn: E210004: Number is larger than maximum
错误原因:服务器的版本比较高,客户端的版本比较低。
解决方案:升级客户端版本与服务器版本相匹配。
Eclipse升级插件版本:
Help》Install new software》
安装:http://subclipse.tigris.org/update_1.12.x
=================================================
查看SVN服务器版本:
在Mac下的方式为:
$ svnserve --version
svnserve, version 1.9.5 (r1770682)
compiled Mar 8 2017, 11:28:39 on x86_64-apple-darwin16.0.0
Copyright (C) 2016 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/
The following repository back-end (FS) modules are available:
* fs_fs : Module for working with a plain file (FSFS