General behavior

After implementing CVS you can manage scripts, libraries, text catalogs, images, color databases and panels.

Recursiveness

The CVS functions status, update, commit and add are recursive. If you use one of these functions on a directory, the function applies not only to the files of this directory but also to the files of subdirectories.

The CVS functions log, remove and diff can only be applied to individual files but no directories.

Automatic handling of filling patterns and images

By implementing CVS, the subdirectory structure of the images folder (<project path>\images) is changed and resembles the panels folder (<project path>\panels).

As soon as a panel is added to CVS, a new folder with the name of the panel is automatically created in the images directory. In this folder filling patterns or images of the panel are stored.