I am developing OSX and one of my working Subversion copies just started returning the following error for all commands, however my other checks work fine. I get the same message with my installed Brew SVN files, as well as with my Cornerstone client, but other working directories are fine.
> svn update svn: E155036: Please see the 'svn upgrade' command svn: E155036: Working copy '/working_directory' is an old development version (format 12); to upgrade it, use a format 18 client, then use 'tools/dev/wc-ng/bump-to-19.py', then use the current client > svn upgrade svn: E155019: Can't upgrade '/working_directory' as it is not a pre-1.7 working copy directory svn: E150000: Missing default entry
I don't have a bump-to-19.py script anywhere on my computer (according to find / -type f -name bump-to-19.py ), but I think I could find it on the Apache repository . However, I am not familiar with what he is doing, or how to use it. Ideally, I can avoid checking the new version of this working directory and manually merging in all of my (many) changes.
The only information I could find is related to Netbeans and javahl , and I do not use any of them.
EDIT : after downloading the bump-to-19.py file and creating its executable, I tried it against my working directory to no avail:
> ./bump-to-19.py working_directory/ error: format is 29 not 18: 'working_directory/'
svn macos cornerstone
doublesharp
source share