I want my project to be shared by different computers. As I don't have a server, I decided to create a svn repository on my mac.
I followed this tutorial http://www.civicactions.com/blog/2010/may/25/how_set_svn_repository_7_simple_steps
After importing my project, the checkout test fails :
svn co svn+ssh://myusername@myIPaddress:absolute_path_of_my_repository
svn: E160043: Unable to connect to a repository at URL 'svn+ssh://MYUSERNAME@myIPaddress/absolute_path_of_my_repository'
svn: E160043: Expected FS format between '1' and '4'; found format '6'
It can not be a version conflict problem as (for now) only one computer is involved. For information, both svn --version and svnadmin --version return "version 1.8.10"
Thank you by advance for your time.