Hi Matthias,
as everything in SIMATIC AX is completely document based in readable formats (everything is just text) you are completely free to use any version control system you are comfortable with!
By default when you create a new AX project, apax will also initialize a git repository, but it's no hassle to switch it afterwards.
Personally and in AX we work a lot with git and GitHub, we even have our own GitHub community, where we offer code examples and libraries that you can use in your projects: https://github.com/simatic-ax
Since SIMATIC AX is document based, many versioning systems are supported.
Here's a not complete list of the versioning systems which are document based:
In AX Code there is a native Git integration. Therfore our recommendation is to use the Git technology which is supported by many platforms like:
It is nearly impossible to provide a detailed description for each platform, as every system is uniquely structured and has its own specific features and functionalities.
Hi Felix,
thanks for the fast answer!