I have an issue with trying to find a balance between my SVN version and my working copy. Initially I got a message telling me to upgrade the working copy, which I did. Now I am being told to downgrade the working copy (not as simple as upgrading), or upgrade your SVN version, not possible.
I discovered a python script which comes to the rescue, it's change-svn-wc-format.py. it's recommended you run as folows....
python change-svn-wc-format.py WC-PATH svn version
I'm now getting this error:
ERROR: Unsupported version number '1.7.5'; only 1.4, 1.5, and 1.6 can
be supported
So I changed to version 1.6 and now I'm getting:
Unrecognized WC format 12 in WC PATH only formats 8, 9, and 10 can be supported
Any ideas?