Porovnávané verzie

Kľúč

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

...

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 object 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.

Aby bolo možné využívať GIT históriu objektov je potrebné najprv nastaviť cestu k repozitáru (TELL príkaz REPOSITORY INIT <cesta>, alebo parameter procesu servera D2000 XmlGitRepositoryPath). Následne je potrebné zapnúť samotné zaznamenávanie histórie (TELL príkaz REPOSITORY ON, alebo parameter procesu servera D2000 XmlGitRepositoryEnabled).

Ak sa jedná o redundantný systém so spoločným repozitárom, je vhodné nastaviť parameter procesu servera D2000 XmlGitSharedRepoInRedundancy, aby zmeny do repozitára zapisoval len aktívny(hot) server.

Použitie

Prezeranie histórie objektov so zaznamenanými zmenami je možné aj keď je záznam histórie aktuálne vypnutý. Je ale nutné aby bola nastavená cesta k repozitáru, z ktorého sa dané informácie načítavajú.

...