3.3. Checking Out a Copy

A download of a working copy from the repository is called a checkout, and done with svn checkout. This example checks out a copy of the latest version (head) of the main documentation tree:

% svn checkout https://svn.FreeBSD.org/doc/head ~/doc

A checkout of the source code to work on manual pages is very similar:

% svn checkout https://svn.FreeBSD.org/base/head ~/src

本文及其他文件,可由此下載: ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/

若有 FreeBSD 方面疑問,請先閱讀 FreeBSD 相關文件,如不能解決的話,再洽詢 <questions@FreeBSD.org>。

關於本文件的問題,請洽詢 <doc@FreeBSD.org>。