I was just checking out git-svn and thought I would give it a try with one of my existing repository. When I ran git-svn I got this error.
Couldn't open a repository: Unable to open an ra_local session to URL: Unable to open repository '{MyFilePath}': Expected FS format '2'; found format '3' at C:/Program Files/Git/bin/git-svn line 1358
I ran a version check on git-svn that I am using and it printed out:
git-svn version 1.5.5.1015.g9d258 (svn 1.4.6)
I noticed that it's using svn version 1.4.6 but I created the repositry using TortoiseSVN with Svn version Subversion 1.5.1.
My main question is how do I update git-svn so that it will use 1.5?