Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 588
naspinski Avatar asked Nov 02 '11 18:11

naspinski


1 Answers

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

like image 72
Albin Sunnanbo Avatar answered Nov 12 '22 08:11

Albin Sunnanbo