Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
We have migrated our project from visual studio 2012 to 2013. While committing project using AnkhSvn 2.5.12582. I am getting following error

the working copy is too old to work with client version 1.8.11-SharpSvn-1.8.11-WIN32(SharpSvn/1.8.11) WIN32'(expects format 31).You need to upgrade the working copy first.


How to resolve this problem. Please help me out. It's urgent
Posted
Comments
[no name] 28-Jul-15 9:27am    
No, it's not urgent at all. And, the message tells you exactly what the problem is and how to fix it.
Sergey Alexandrovich Kryukov 28-Jul-15 9:35am    
Use Subversion Update command first. What's unclear here?
—SA

1 solution

The solution is in my comment to the question, and, actually, in the message you described.
Just read Subversion documentation:
http://subversion.apache.org[^],
http://svnbook.red-bean.com[^],
http://svnbook.red-bean.com/en/1.7/index.html[^],
http://svnbook.red-bean.com/en/1.7/svn.basic.version-control-basics.html[^],
http://svnbook.red-bean.com/en/1.7/svn.basic.version-control-basics.html#svn.basic.working-copy[^],
http://svnbook.red-bean.com/en/1.7/svn.tour.html[^],
and, finally, update: http://svnbook.red-bean.com/en/1.7/svn.tour.cycle.html#svn.tour.cycle.update[^].

The documentation on the Subversion client you use will also be helpful. Anyway, don't do any steps without understanding how things work.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900