Checking Out Files From a Subversion Repository

See Also

In order to work on shared files located in a remote repository, you need to copy the necessary files and directories to your local working directory. This is done by checking out the files from the repository.

To check out files from a Subversion repository:

  1. Choose Subversion > Checkout from the main menu.
  2. On the Subversion Checkout page of the wizard, fill in a URL that contains the connection protocol and the location of the repository.

    If you enter a protocol such as https:// or svn+ssh://, User and Password fields appear in the wizard. Fill in those fields as necessary.

    If you are using a proxy, click the Proxy Configuration button and enter the required information.

  3. On the Folders to Checkout page of the wizard, specify the folder that you want to check out in the Repository Folder(s) field or click the Browse button to choose from a list of all folders in the repository.
  4. If you need to specify a revision number, enter the information in the Repository Revision field or click the Browse button to choose from a list of all revisions in the repository.
  5. Specify the local folder into which you want to check out the selected folders. Alternately, you can click the Browse button to navigate to the desired directory on your system.
  6. Click Finish to check out the files.
  7. The IDE initiates the checkout command and the IDE's status bar indicates the progress of the files downloading from the repository to your local working directory.

See Also
Committing Local Changes to a Subversion Repository
Comparing File Revisions in Subversion
Setting Up Subversion

Legal Notices