SVN upgrade working copy

后端 未结 10 1642
粉色の甜心
粉色の甜心 2020-11-28 23:19

I cannot do a SVN commit. I get this error:

org.apache.subversion.javahl.ClientException: The working copy needs to be upgraded
svn: Working copy \'C:\\....          


        
10条回答
  •  半阙折子戏
    2020-11-29 00:09

    On MacOS:

    1. Get the latest compiled SVN client binaries from here.
    2. Install.
    3. Add binaries to path (the last installation screen explains how).
    4. Open terminal and run the following command on your project directory:

      svn upgrade

提交回复
热议问题