本文字档尚未完工,内容随时可能变更,可能无法准确描述 Apache™ Subversion® 软件的任何已发布版本。将此页面加入书签或将其推荐给其他人可能不是一个明智之举。请访问 https://svnbooks.subversion.org.cn/ 获取本书的稳定版本。

帮助!

不用说,本书的存在是为了为新老 Subversion 用户提供信息和帮助。不过,Subversion 命令行自身带有文档,无需你从书架上拿书(木质、虚拟或其他)。svn help 命令是通往内置文档的入口。

$ svn help
usage: svn <subcommand> [options] [args]
Subversion command-line client, version 1.8.13.
Type 'svn help <subcommand>' for help on a specific subcommand.
Type 'svn --version' to see the program version and RA modules
  or 'svn --version --quiet' to see just the version number.

Most subcommands take file and/or directory arguments, recursing
on the directories.  If no arguments are supplied to such a
command, it recurses on the current directory (inclusive) by default.

Available subcommands:
   add
   blame (praise, annotate, ann)
   cat
…

如前述输出所述,你可以通过运行 svn help SUBCOMMAND 来获取有关特定子命令的帮助。Subversion 将返回该子命令的完整用法消息,包括语法、选项和行为。

$ svn help help
help (?, h): Describe the usage of this program or its subcommands.
usage: help [SUBCOMMAND...]

Global options:
  --username ARG           : specify a username ARG
  --password ARG           : specify a password ARG
…

许多基于 Unix 的 Subversion 发行版包含可以使用 man 程序调用的手册页,但这些手册页往往只包含指向其他真正帮助资源的指针,例如项目网站和托管本书的网站。此外,几家公司也提供 Subversion 帮助和支持,通常通过基于网络的讨论论坛和收费咨询服务提供。当然,互联网上也包含着十年的 Subversion 相关讨论,只等着你用你最喜欢的搜索引擎找到它们。Subversion 帮助永远不会太远。

TortoiseSVN 官方中文版 1.14.7 发布