svn help upgrade
在 Windows 命令提示符(或Linux 终端)中键入会svn --help upgrade
显示:
upgrade: Upgrade the metadata storage format for a working copy.
usage: upgrade [WCPATH...]
Local modifications are preserved.
Valid options:
-q [--quiet] : print nothing, or only summary information
Global options:
--username ARG : specify a username ARG
--password ARG : specify a password ARG
--no-auth-cache : do not cache authentication tokens
--non-interactive : do no interactive prompting
--trust-server-cert : accept SSL server certificates from unknown
certificate authorities without prompting (but only
with '--non-interactive')
--config-dir ARG : read user configuration files from directory ARG
--config-option ARG : set user configuration option in the format:
FILE:SECTION:OPTION=[VALUE]
For example:
servers:global:http-library=serf
所以它告诉您需要升级本地工作副本的元数据,而不是升级 SVN 本身。您也可以从命令提示符或终端窗口执行此操作,使用usage
上面示例中显示的语法。