User Guide > Tasks > Working with Plugins > Uploading Projects to CVS

Uploading Projects to CVS

Using CVS, you can upload projects and files which other team members can work on.

This procedure describes how to upload a project to your CVS repository location.

Prerequisites

How do I install plugins in Zend Studio?

How do I configure my CVS repository?

 

Instructions on how to complete a procedure

To upload a project to an CVS repository:

  1. In PHP Explorer View, right-click your project and select Team | Share Project.
    The "Share Project" dialog appears.

  2. From the repository list, select CVS and click Next.

  1. Select 'Use existing repository location', and select your repository from the list.
    If you have not yet configured a CVS repository, enter the information required to connect to your CVS Repository. See Configuring a CVS Connection for more information.

  2. Click Finish.

  3. Depending on your authentication settings, a dialog might appear asking you to provide authentication information.
    Re-enter your password and click Next. (Mark the Save Password checkbox to ensure that this screen does not reappear.)
    A "Commit" dialog will open.

  4. Enter a comment if required and click OK.

Your project will be uploaded to the CVS repository.

Your project will now have a repository icon next to it in PHP Explorer View, indicating that it is linked to a CVS repository.

Once the project has been committed other team members will be able to access and edit it.

Note:

See 'Sharing a new project using CVS' in the Workbench User Guide for more information.

 

 

Related Links:

Using CVS

Configuring a CVS Connection

Importing Projects from CVS

Accessing an Existing CVS Checkout

 

 

©1999-2013 Zend Technologies LTD. All rights reserved.