When I try to checkout a repository with SVN I get the error:
E160043: Expected FS format between '1' and '4'; found format '6'
I've read that this has to do with mismatched versions, however both my SVN server and client are running version 1.8.1.
(Edit:) I've been following this tutorial: http://jason.pureconcepts.net/2012/10/updating-svn-mac-os-x/ I started with a prebuilt MacPorts version of SVN, then I built my own to see if it would fix the issue.
I am serving with SVNServe. I am testing the server on the server, so the client and the server are the same instance.
Here are the exact versions (I believe they are one package):
svn --version
svn, version 1.8.1 (r1503906)
svnadmin --version
svnadmin, version 1.8.1 (r1503906)
svnadmin --version
svnadmin, version 1.8.1 (r1503906)
If I create a repo with --compatible-version 1.7
, but that just seems silly since everything is version 1.8+.
Any help would be much appreciated.