Show Table of Contents
1.2.3. Checking Out a Working Copy
To check out a working copy of a project in a Subversion repository, run the following command:
svncheckoutsvn_repository/remote_path [directory]
This creates a new directory called directory with a working copy of a project in it. Note that svn_repository is a URL of the Subversion repository and remote_path is the subdirectory in which the project is stored.
Example 1.6. Checking out a working copy
Imagine that you have a Subversion repository in the
~/svn/ directory (in this case, /home/john/svn/) and that this repository contains the latest version of a project in the project/trunk subdirectory. To check out a working copy of this project, type:
~]$ svn checkout svn:///home/john/svn/project/trunk project
A project/AUTHORS
A project/doc
A project/doc/index.html
A project/INSTALL
A project/src
...
Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.