Wednesday, January 21, 2009

Problem with subclipse and tortoisesvn

If you use subclipse and tortoisesvn on the same checkout folder on your machine, you might got this exception while working with subclipse :

"svn: This client is too old to work with working copy"

The reason is your tortoisesvn is using the latest svn version to perform some actions on the checkout folder.
The solution is to replace libsvnjavahl-1.dll in your [eclipse-root]/plugins/org.tigris.subversion.javahl.win32_1.1.0 with the latest one found in the zip file on this link.

I guess that's all that I did on my machine.

No comments: