简体   繁体   中英

Update svn client (via tortoisesvn or command line)

When in Windows command line I input this:

svn merge -rHEAD:149258 MySVNPath MyLocalPath

I get error:

svn: E155021: This client is too old to work with the workign copy at 'MyLocalPath' (format 31). You need to get a newer Subversion client.

Stupid question, how do I do that, how to update client? Is there a simple way just to update the svn client?

Download built binaries of subversion, for example from here: http://www.collab.net/downloads/subversion Install it. Make sure that only latest client's folder (newly installed) is available in PATH Windows environment variable.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM