###Date: 2017/6/22
###Auhor: Soaringlee
今天在编译服务器上查看SVN代码信息,svn info的时候,出现了下面的问题:
svn: The path '.' appears to be part of a Subversion 1.7 or greater working copy rooted at ' '. Please upgrade your Subversion client to use this working copy.
经过分析,这是由于编译服务器的svn版本与本地副本的svn版本不一致导致的。因此建议,直接在编译服务器上checkout即可。