Importing Projects from CVS
Once projects are placed on the CVS repository, they can be checked out (imported) by anyone with access to that repository. CVS repository connections allow you to import projects from your repository to your workspace, which you can make and upload changes to.
This procedure describes how to import (check out) projects from a CVS repository location to your desktop.
Note:
If you have resources on your file system which are already linked to CVS, you can access them in Zend Studio by following the instructions under Accessing an Existing CVS Checkout.
Prerequisites
-
Installed CVS plugin
How do I install plugins in Zend Studio?
|
To import a project from an CVS repository:
Note: To enable all Zend Studio's PHP functionality for the imported projects, select the 'Check out as a project configured using the New Project Wizard' option and ensure you create the new project as a PHP project.
|
The
project will now be imported into your workspace. Once you have imported a project from CVS into your workspace, you can now add files, edit existing files and commit your changes to the CVS repository. |
Note:
Projects can also be checked out from CVS through the CVS Repository Exploring perspective, accessible from Open Perspective | Other | CVS Repository Exploring. Simply right-click the project in CVS Repositories view and select Check Out or Find/Check Out As..
See
Note:
Additional user guides can be accessed from inside Zend Studio by going to Help | Help Contents, or from the Eclipse Online Documentation site (http://help.eclipse.org/helios/index.jsp).