svn client doesn't work after upgrading to 1.7: working copy is too old
Asked Answered
F

2

20

I was using VisualSVN client and server on local machine + MS Visual Studio for a while.

Today I decided to upgrade tortoisesvn to the latest version (because it popups every time that never version is available).

After that I can not commit/browse history etc. from VS. tortoisesvn reports such error:

Working copy "C:\pathtorepository" is too old (format 10, created by Subversion 1.6).

How to fix my problem? Should I rollback tortoisesvn from 1.7 to 1.6?

Flagellum answered 4/11, 2011 at 18:59 Comment(0)
M
29

Use svn upgrade ( added in 1.7) to upgrade your working copy.

Or Right click on the folder in Explorer -> Choose SVN Upgrade working copy

http://tortoisesvn.net/tsvn_1.7_releasenotes.html

You will also have to update VisualSVN to 2.5.1 - http://www.visualsvn.com/visualsvn/changes/

Mauromaurois answered 4/11, 2011 at 19:2 Comment(2)
tried that, now VS thinks that solution is not under svn, because I see menu "Add Solution to Subversion..." :(Flagellum
If you have been using 1.5/1.6 until now, and installed 1.7.7, you are out of luck when it comes to TortoiseSVN, the contextmenu item is actually gone. But, make sure you install TortoiseSvn with the commandline tools, then it's easy to do the above tip, "svn upgrade" at the commandline. Why they removed the contextmenu is beyond me though.Popgun
F
0

I landed on this question because composer update failed with this message. I think what happened is svn updated since I ran composer install. All I had to do is delete the vendor folder and run composer install again.

Friel answered 11/9, 2015 at 22:43 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.