Macos – svn asking to upgrade working copy after updating to MacOS Sierra

macosmacos-sierrasvn

So I upgraded to MacOS Sierra and now whenever I try to do anything in my working copy I get the error that it

"is too old (format 29) to work with client version '1.9.4 (r1740329)' (expects format 31). You need to upgrade the working copy first."

When I run svn upgrade, as it suggests it says
"Can't open file /.svn/entries: No such file or directory"

Any suggestions will be greatly appreciated!

Best Answer

  1. Open Terminal
  2. go to error folder. ex : cd svn/project/game
  3. command write only "svn upgrade"