문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top