Subversion And TortoiseSVN Issue: Expected FS Format '2'; Found Format '3'
There's a strange error message if I've ever seen one... TortoiseSVN kept giving me this message while trying to connect to a newly created repository (created with the same version of TortoiseSVN). I could connect to any number of other repositories without any problems, but for some reason the new repositories seemed different. I uninstalled Subversion and TortoiseSVN, making sure to reinstall the latest releases (1.5.0 and 1.5.2, respectively). Even that didn't help. Eventually, I tried creating a repository on the server locally (Subversion 1.5.0 and TortoiseSVN 1.4.5). Going back to my laptop, I opened up the repo-browser in TortoiseSVN and for some magical, wonderful reason I connected without any errors! I then uninstalled TortoiseSVN 1.5.2 on my laptop, rebooted, installed TortoiseSVN 1.4.5, rebooted, created a repository on the server and tried another connect. Success! Now I don't know exactly when this stopped working (I haven't had to create a repository in a while), but I find it odd that I couldn't get it working with both apps at the latest releases, while an older version of TortoiseSVN worked. I just subscribed to the mailing list and am going to report this issue to see if I can get it resolved. In the meantime, I'm stuck with 1.4.5.


and TortiseSVN 1.5.3. Tortise protests about "Expected FS format '2'; found format '3'".
I tried the 'svnadmin upgrade *' on all my repositories, but that did not solve the
problem. So now I'll try to revert back to some earlier versions, and hopefully get
my repositories working again.
The easiest fix is to kill the repo then use the command line svnadmin create reponame to create the repository. Note: this should only be done if you are encountering this error on a NEWLY created repo.
I created my repo with the newest version of TortoiseSVN and it will not work. All pre-existing Repos still work.
I will remove the new repo and use svnadmin command line, for now.
So I have to just refresh my memory on how to nuke a service and then figure out how to register the 1.5 svnserve as a Windows service.
Perhaps this is your problem as well. Just FYI.