svn: E155021: This client is too old to work with the working copy at xxx (format '31')

后端 未结 9 2477
失恋的感觉
失恋的感觉 2021-02-20 03:29

I am trying to import some gradle projects in my Spring Tool Suite . I have installed Subclipse 1.10.5 in my STS and svn client installed in my machine is 1.8.8 . I have tried d

9条回答
  •  忘了有多久
    2021-02-20 04:18

    Easiest way:
    1. execute which -a svn in terminal;
    2. modify the enviroment file(like ~/.bash_profile), and use the older version svn;
    3. checkout svn code with your older svn;
    4. import it into your IDE;
    5. DONE.

提交回复
热议问题