Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

GIT história objektov umoňuje záznam všetkých zmien nad objektami spolu aj so samotnou informáciou, aké zmeny v nastaveniach objektu nastali.  Ako verzionovací systém pre ukladanie zmien objektov v systéme D2000 je použitý Git.

...

object history allows recording of all changes of objects together with information about what changes in object settings have occurred. Git is used as a versioning system for storing object changes in the D2000 system.

Configuration

Configuration of GIT object history is possible using TELL commands, or they can be set as parameters of the D2000 Server process.

In order to use the GIT history of objects, it is first necessary to set the path to the repository (TELL command REPOSITORY INIT <path>, or D2000 server process parameter XmlGitRepositoryPath). Then it is necessary to turn on the history recording itself (TELL command REPOSITORY ON, or process parameter of the D2000 server XmlGitRepositoryEnabled).

If it is a redundant system with a common repository, it is advisable to set the process parameter of the D2000 server XmlGitSharedRepoInRedundancy so that only the active (hot) server writes changes to the repository.

Konfigurácia GIT histórie objektov je možná pomocou TELL príkazov, alebo je ich možné nastaviť ako parametre procesu D2000 Server.

...