To configure Zend Studio for CVS, follow these steps:
If you have already checked out a module:
Open a Project.
Add the file/directories to the Project.
Perform CVS actions from the Project tab.
If you have not checked out a module:
Go to Tools | CVS | Checkout.
Enter the details in the Checkout dialog and click OK.
Make sure that the Checkout operation was successful.
Open a Project
Add the files/directories to the Project.
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: Configuring the CVS Communication Tunnel |
|
|
|