NaturalONE Version 8.3.7
 —  Introduction  —

Using a Version Control System

With NaturalONE, you have the possibility to version Natural applications in the repository of a version control system. For this purpose, the following tools are supported:

CVS and SVN are client/server applications. Both require an Eclipse plug-in as the user interface and a server part (the versioning repository) which keeps the application.

GIT is a distributed (or decentralized) versioning tool and as such any GIT working directory is a fully-fledged repository. Instead of a single central server repository (as with CVS or SVN) there are many distributed repositories on different machines.

All plug-ins have their own perspectives. Each of these perspectives has to be enabled using the Open Perspective command.

For more information, see the documentation of your preferred version control system.

Top of page