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. |
||||
|
|
|
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:
|
||||
|
|
|
If you have just upgraded to SVN 1.7 on your machine (like I just did), and have a lot of projects in your Eclipse workspace which need to be upgraded, you can do the following in a terminal window on Unix-baesd systems:
After Googling a bit, I found what seems to be the equivalent for Windows users: http://www.rqna.net/qna/mnrmqn-how-to-find-all-svn-working-copies-on-win-xp.html See the answer by Alexey Shcherbak halfway down the page. |
||||
|
|
|
After upgrading to the latest version of Tortoise-SVN I needed to do an "Upgrade" first (as opposed to "Update"!). |
|||
|
|
|
This problem due to that you try to compile project that has the files of OLder SVN than you currently use. You have tow solution to resolve this problem
|
||||
|
|