I cannot do commit for error:
org.apache.subversion.javahl.ClientException: The working copy needs to be upgraded
svn: Working copy 'C:\.... is too old (format 10, created by Subversion 1.6)
How it can be fixed? Thanks.
|
I cannot do commit for error:
How it can be fixed? Thanks.
| ||||
|
feedback
|
|
You have to upgrade your subversion client to at least 1.7. With the command line client, you have to manually upgrade your working copy format by issuing the command
TortoiseSVN will perform the working copy upgrade with the next write operation:
| ||||
|
feedback
|
|
After upgrading to the latest version of Tortoise-SVN I needed to do an "Upgrade" first (as opposed to "Update"!). | |||
|
feedback
|