Version folders and database

Each version of a configuration file is stored in an individual folder.

The site level folder is located at $HCISITE\version. This stores every checked-in configuration file, in the format $HCISITE/version/file name with relative path/version number.

For example: C:\cloverleaf\cis6.2\integrator\helloworld\version\formats\hl7\2.1\test\1.1.

The root level folder is located at $HCIROOT\version, in the format $HCIROOT/version/file name with relative path/version number .

For example: C:\cloverleaf\cis6.2\integrator\version\box\test\1.1.

The version record database is a SQLite database. Each site has its own version database. This stores the operation and history version information.

For site level configurations, version records are stored in $HCISITE\version\version.db.

For root level configurations, version records are stored in $HCIROOT\version\version.db.