Project import

If there is an Eclipse project (such projects have the .project file in the root), then import of the existing project is conducted:

  1. Select File -> Import… from the menu. An import wizard selection screen will appear.

  2. Select General -> Existing Project into Workplace and click Next.

  3. Select the project directory.

  4. Then, select the projects which you want to import.

  5. Finish the import by clicking Finish.

If there is only a pgCodeKeeper project structure, without the Eclipse project files, importing is done with the help of the import wizard. Storing your pgCodeKeeper project structure without the Eclipse information is a common practice, for example, if you use a version control system.

  1. Select File -> Import from the menu … An import wizard selection screen will appear.

  2. Select pgCodeKeeper Project in the pgCodeKeeper category and click Next.

_images/import_project_dialog.png
  1. Specify path to the directory containing the pgCodeKeeper project structure, enter the project’s name and select its encoding.

  2. Select the Database type for the imported project.

  3. To add the project to the workspace, select the corresponding option.

  4. Click Finish.

For the correct work, the project should contain the ‘.pgcodekeeper’ file in the root directory. If this file doesn’t exist, project Import Wizard will automatically create it.