Unable to open an ra_local session to URL
- by AntonAL
I have repository on my Windows machine, using VisualSVN + TortoiseSVN
I want to use this repositories on my Mac with Versions.app
I create a new Repository bookmark, choose a repository directory and after clicking "Create", get following error:
Unable to open an ra_local session to URL
Unable to open repository 'file://localhost/Path/to/my/repositories/MyRepo'
Expected FS format '2'; found format '4'
I can surf through the repository, using
svn ls file://localhost/Path/to/my/repositories/MyRepo
Also, when i create local repository, using Versions.app, the bookmark is created well and i can work with it
Help!