svn checkout — Check out a working copy from a repository.

Synopsis

svn checkout URL... [PATH]

Description

Check out a working copy from a repository. If PATH is omitted, the basename of the URL will be used as the destination. If multiple URLs are given each will be checked out into a subdirectory of PATH, with the name of the subdirectory being the basename of the URL.

Alternate Names

co

Source: http://svnbook.red-bean.com/en/1.0/re04.html

Comments are closed.