本手册旨在描述 Apache™ Subversion® 的 1.7.x 系列。如果您正在运行其他版本的 Subversion,强烈建议您访问 https://svnbook.subversion.org.cn/ 并查阅适合您 Subversion 版本的文档。
不用说,本书旨在为新老 Subversion 用户提供信息和帮助。方便的是,Subversion 命令行是自文档化的,无需从书架上取书(木制、虚拟或其他)。svn help 命令是您通往内置文档的入口。
$ svn help Subversion command-line client, version 1.7.0. 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
来获取有关特定子命令的帮助。Subversion 将以该子命令的完整用法消息作为响应,包括其语法、选项和行为。SUBCOMMAND
$ 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 帮助永远不会离您太远。