sarat
sarat

Reputation: 11160

Subversion SVN version used for TortoiseSVN 1.6.x

I am stuck with an old version of Tortoise SVN 1.6.16. The context menu handlers are so slow in this version and would like to work with commandline as much as possible. Unfortunately the installation folder doesn't contain any svn.exe. Which version of Subversion will be compatible with the TortoiseSVN version I am using?

Upvotes: 1

Views: 398

Answers (1)

madth3
madth3

Reputation: 7344

It is part of a FAQ of TortoiseSVN,:

The version of the Subversion library that TortoiseSVN uses is indicated in the filename of the installer, other clients have similar indications. You have to make sure that those versions match each other in the first two digits. For example, all clients using Subversion 1.6.x can be used together (the 'x' indicates that this number is not relevant for compatibility)

So, you can use any SVN 1.6.x, or 1.6.16 if want to be extra careful about compatibility.

Upvotes: 3

Related Questions