Before using TeamCity Plugin for Eclipse, you need to perform the following steps:

To set up a project on the build server:

  1. Open the TeamCity web client.
    Note

    Alternatively, you can just type URL of your build server in the Address bar of your web browser, and press Enter.

  2. In the Administration page, click the Create project link.
  3. In the Name field, specify the project name, type an optional description, if necessary, and click the Create button.
  4. In the VCS roots section, click Subversion link.
  5. In the New Subversion Settings page, specify the URL of the Subversion repository, your credentials, and other settings as required. To make sure that your settings are valid, click Test Connection button. If the connection is established successfully, click Save.
    Note

    NOTE: Refer to the TeamCity documentation for the detailed description of Subversion settings.

To set up the Subversion repository location:

  1. Choose File > New > Project on the main menu.
  2. In the Select Wizard page of the New Project wizard, expand the SVN node, select the Checkout from Subversion option, and click Next.
  3. In the Select/Create Location page, specify whether you want to use an existing repository location, or create a new one, and click Next.
  4. In the Select Folder page, specify the folder that will be checked out from the repository, and click Next.
  5. In the Check Out As page, click radio-button Check out as a project in the workspace, and specify the desired revision. Click Finish.