Create projects in Eclipse

Create projects to organize items and control access to them. You can create a project from scratch and add items to it later.

Project types

In the Eclipse integration, you can create the following projects:

  • An empty project with no items.

  • A project based on a baseline.

  • A project based on any version of another project. The new project is a child of the parent project from which it was created.

  • A project based on the items currently under work in your workspace. The new project includes the item revisions from the current Dimensions CM project. It does not include local changes that have not yet been checked in or delivered to Dimensions CM.

    Example: If you updated your workspace with the most recent revision (1.5) of readme.txt and have made local edits to this file but have not yet delivered those edits to a new revision in Dimensions CM (1.6), the new branch project will include revisions up to 1.5.

Back to top

Create a project

You can create a project in Dimensions CM Explorer or Package Explorer.

To create a project:

  1. Dimensions CM Explorer: To create an empty project, right-click the top level node and select New > Project.

    To base the new project on the contents of another project, right-click the project and select New > Project.

    Package Explorer: To create a project based on the items under work in your workspace, right-click the project and select Team > Branch from Workspace. In the Project Branch screen of the Create Project wizard, select an option, and click Next:

    • To create a baseline of the initial state of the new project, select Baseline new project.

    • To start working on the new project when it is created, select Start working on the new project.

  1. On the General page, specify the following details and click Next:

    • Select a product.

    • Provide a name and a description for the new project.

    • Select a workset type.

  1. Specify the source on which to base the project and click Next:

    Option Description
    Nothing Select this option to create an empty project.
    Based on another project

    Select this option to populate the project with the item revisions from an existing project or stream. Click Find and use the Select Project wizard to search for the project/stream.

    Optionally select a version of this stream or project on which to base the new project.

    Based on baseline Select this option to populate the project with the item revisions from a baseline. Click Find and use the Select Baseline wizard to search for the baseline.
  1. Select version management options and Change Management rules, and click Next.

  2. In the Valid Branches field, select one or more branches for your project.

  3. From the Default Branch list, select a branch.

  4. Click Next.

  5. Review a summary of the options and click Finish.

Back to top

See also: