On 9/11/2016 7:58 PM, Dave Bolt wrote:
> I have been trying to follow instructions for using the SVN command line on Windows 10. I have (re)installed TortoiseSVN-1.9.4.27285-x64-svn-1.9.4.msi since I understand that this will install the most recent SVN command line client.
> When I issue SVN instructions from the command line I keep getting the following error.
>
> svn: E155021: This client is too old to work with the working copy at 'c:\project\myproject' (format 31).
> You need to get a newer Suvbversion client. For more details, see http://subversion.apache.org/faq.html'working-copy-format-change
>
> The referenced article seems to be saying that I need the latest version of TortoiseSVN, which I have.
>
> When I issue
> svn help
> the version of svn command-line client is apparently 1.7.5
>
> Am I missing something here? I thought it should be 1.9.x in line with the TortoiseSVN version.
>
> Incidentally, when I uninstall TortoiseSVN it doesn't seem to uninstall SVN.
> Thanks
Either you haven't installed the command line client when installing
TSVN (it's an optional component you have to select explicitly) and/or
you have some other SVN client installed which comes first in your
PATH-environment variable.
--
Regards,
Stefan Hett
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3185505
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-09-12 17:18:28 CEST