WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager.
The Source Code Manager (SCM), which is fully integrated in the environment, is used to:
- make teamwork easier and faster,
- manage the history of modifications and versions,
- save the sources of the development team automatically.
Sized for team between 1 and 100 developers, the SCM facilitates and standardizes the collaboration between developers (even when developing alone, the SCM is useful because it contains the history of your applications).
The SCM is using an SCM repository: this repository contains all the sources of the projects: procedures, classes, windows, pages, reports, components, analyses, etc.
This repository can be installed on a server (in HFSQL Classic or HFSQL Client/Server mode) or on a network computer in a shared directory.
The SCM can be run locally or remotely (via Internet). This feature gives you the ability to work on a project from an agency or from a remote site without losing the modifications.
The SCM can also be used in offline mode (train, plane, etc.).
Remark: In the earlier versions, teamwork was possible via the
developer groupware. This technology is still available for backward compatibility but we STRONGLY advise you NOT to use it.