Setting up the repository and working directory
You should have the CVS system installed on your system before you start using it from within Forte for Java. If you are not sure if it is installed, start a command shell and type cvs. If it is installed, a help message will appear. Ensure that you have the
PATH
environment variable to CVS properly set.If you have not already done so, you will then need to set up a repository and a working directory for files that you work on in CVS.
To set up the CVS repository:
- Outside of the IDE, create a folder or directory, such as
/home/RepositoryPreferably, the repository should be put in a place where each developer working on the project can access it but where it is unlikely that accidental deletions could occur.
To set up the CVS working directory:
Contents | Prev | Next | Index |