We use svn version 1.5.1 (r32289) at work, I've got version 1.6.6 (r40053) on my OS X machine. I'm using sshfs to mount a directory on our development server, where I thought I could use svn from my machine to "save" another connection to dev server. But, anytime I touch the repository with svn 1.6.6 (even svn up
), I (and my colleagues) get the following error when trying to handle svn from development/live machine:
svn: This client is too old to work with working copy '.'. You need to get a newer Subversion client, or to downgrade this working copy. See http://subversion.tigris.org/faq.html#working-copy-format-change for details.
Using script provided on the page mentioned in error message fixes the problem, but:
Is there a way to specify format that svn should use/force when handling a repository?
I'm fine with creating alias for svn commands (in the case I'd need to add a parameter to every svn command).