visual-studiosvntortoisesvnankhsvn

Connecting to TortoiseSVN repository using AnkhSVN on VS 2012


I am using AnkhSVN v2.5 and TortoiseSVN 1.9.4

I am not able to browse through the directories on my local drive.

Screenshot

Running as administrator didn't help either. However when using VisualSVN the issue is resolved. Unfortunately, I can only use AnkhSVN, please help.


Solution

  • TortoiseSVN 1.9.x is based on Subversion 1.9. Local repository it creates and that you access via file:/// has FSFS format 7, by default. This FSFS format is new in SVN 1.9; SVN 1.8 and older clients and servers will not be able to read this repository unless you dump-load its data into an clean repository with older format.

    AnkhSVN 2.5.x is based on SVN 1.8 (via SharpSVN) and this explains why it is unable to access this repository. The problem is that AnkhSVN does not display full error message in your case. The error could help you find out what's going on. I'm not sure, but I guess that this is the error that AnkhSVN had to display in your case: svnadmin: E125006: 'REPOS\db\format' contains invalid filesystem format option 'addressing physical'.

    These steps should help you solve the problem: