Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Prepare a CVS Local Workspace
In order to use CVS to provide version control of the Packages in a model, you need to prepare a functional CVS working copy folder that can be accessed through an Enterprise Architect version control configuration within that model.
Prepare a CVS Working Copy Folder
Step |
Action |
See also |
---|---|---|
1 |
Ask your System Administrator to install CVS and create a remote repository, with a module that you can use to control your Enterprise Architect Package files. Your administrator must create a username and password for you before you can make a connection. |
|
2 |
Select or create a suitable directory to use as your CVS working copy directory. |
|
3 |
Open a command prompt window and navigate to your CVS working copy directory. For example: C:\> mkdir myCVSWorkSpace C:\> cd myCVSWorkSpace |
|
4 |
Log in to the remote CVS repository. For example: C:\myCVSWorkSpace> cvs -d:pserver:myUserID@ServerName:/reposPath login Replace myUserID with your CVS username, replace ServerName with the name of your CVS server and replace reposPath with the path to the repository on the server. A prompt for a password displays. |
|
5 |
Enter your password. You are logged in to the CVS server. |
|
6 |
Perform the initial checkout of the CVS repository module, into the local working copy directory. For example: C:\myCVSWorkSpace> cvs -d:pserver:myUserID@ServerName:/reposPath checkout moduleName (Replace moduleName with the name of the repository module that you want to check out.) A subdirectory is created in your current working directory, with the same name as the module being checked out. Any files already existing in the repository module are downloaded to the working copy folder as working copy files. |
|
7 |
Verify that your CVS environment functions correctly. |
Verify the CVS Workspace |
Notes
- Much of the process described above can also be performed (more simply) using the TortoiseCVS command Make New Module