Search code examples
svnhomebrewosx-yosemite

Can't upgrade to latest SVN Format


I am having a hard time upgrading to the latest version of SVN on my Mac. I downloaded homebrew and that helped me get from 1.7 to 1.8.10, however now when I try to commit I get the following message:

    The working copy at '/Users/rmyers/Desktop/XcodeRepo/AppName'
    is too old (format 29) to work with client version '1.8.10 (r1615264)' 
(expects format 31). You need to upgrade the working copy first.

I've tried running a "svn upgrade" command as well as trying to upgrade it through brew again, but it just tells me its up to date. Anyone have any suggestions?


Solution

  • svn upgrade needs to either be ran from within each working copy, or you need to pass it the path to each working copy. For example, svn upgrade /Users/rmyers/Desktop/XcodeRepo/AppName