Visual-studio – AnkhSVN Upgrade causing problems: Working copy too old (format 10, created by Subversion 1.6)

ankhsvnsvnvisual studiovisual studio 2010

I just upgraded to AnkhSVN 2.3.10509.1073 and now if I try to commit via VS2010, I get the error:

Working copy

'C:\path\to\build' is too old

(format 10, created by Subversion 1.6)

Any idea how I can get this working?

I was previously using Ankh 2.1.10129. Thank you.

Best Answer

Ankh 2.3 use SVN 1.7 that has a new working copy format. You need to upgrade your working copy manually.

You need to run svn upgrade from a command line on your working copy or right click->'Upgrade Working Copy' in AnkhSVN

Related Topic