简体   繁体   English

更新svn客户端(通过tortoisesvn或命令行)

[英]Update svn client (via tortoisesvn or command line)

When in Windows command line I input this: 在Windows命令行中我输入:

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? 有没有一种简单的方法来更新svn客户端?

Download built binaries of subversion, for example from here: http://www.collab.net/downloads/subversion Install it. 下载内置的subversion二进制文件,例如: http//www.collab.net/downloads/subversion安装它。 Make sure that only latest client's folder (newly installed) is available in PATH Windows environment variable. 确保PATH Windows环境变量中只有最新客户端的文件夹(新安装)可用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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