Configuring Zend Studio for CVS

To configure Zend Studio for CVS, follow these steps:

 

If you have already checked out a module:

  1. Open a Project.

  2. Add the file/directories to the Project.

  3. Perform CVS actions from the Project tab.

 

If you have not checked out a module:

  1. Go to Tools | CVS | Checkout.

  2. Enter the details in the Checkout dialog and click OK.

  3. Make sure that the Checkout operation was successful.

  4. Open a Project

  5. Add the files/directories to the Project.

  6. In the Project tab, perform the necessary CVS actions.

 

To display the following CVS commands, right-click on a Project file/directory and select CVS. Perform this operation either from the Project Manager window, or in the Editing window.

 

Setting

Description

Update

Get the most recent copy of the file from the CVS repository, and merges it with the local version.

Commit

Commit changes to the CVS server repository.

Add

Specifies files to be added to the CVS repository. The files will be added only after you commit them.

Status

Show the current status of the files as defined in the CVS server.

Diff

 

Compares between your local copy of the file and the one located on the CVS server repository, and lists the difference between them.

Log

Prints out a log containing all the information relevant to the file or the directory, as appears in the CVS.

Checkout

Checkout a new module on your disk. You can Checkout a module using the File System window as well as the Project system.

The output of the above actions is displayed in the Messages window's CVS Output tab.

 

 

Related Links

Related Links:
Source Control

Using Source Control DIFF

Configuring the CVS Communication Tunnel

Configuring Zend Studio for Subversion

Source Control File Status