Chapter 9
Integrating a CVS version control system
In team development projects where more than one developer may work on the same code, there are a number of challenges, such as:
- knowing who changed what, and when;
- knowing why a given change was made; and
- when a new bug surfaces, finding out what change caused it
Forte for Java helps you meet these challenges by making it possible to use the popular (and free) Concurrent Versions System (CVS) version control software from within the IDE. Using CVS also can be useful for you to keep a history of revisions you make to your applications as they are in development.
Contents | Prev | Next | Index |