Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When having some test configuration items in the development environment you should take care of not commiting them to the repository. To achieve this, no add command should be executed on this file. You also can add these files to a ignore list (available with git and subversion). You should take in mind that every configuration item that has been committed to the repository will be in int or prod environment sometimes later.

 

Rollback to a former version

To rollback to a former version

  1. identify the release to which you want to fall back
  2. With subversion/git commands get the files of the release
  3. Publish these files to int/prod