When connected to a File Repository, the Pentaho Metastore is stored at .meta.
As shown in the picture below, git repository information is stored in the metastore.
You do not want to put gitdemo.xml under the version control because it has user/env-specific information like this:
When they are not version controlled, they remain at the Changed files list.
This can easily be resolved by ignoring these folders/files, however, editting .gitignore is not always easy, e.g., for end-users of webSpoon.
Adding a menu like Config > Edit gitignore may be useful.
When connected to a File Repository, the Pentaho Metastore is stored at
.meta
. As shown in the picture below, git repository information is stored in the metastore.You do not want to put
gitdemo.xml
under the version control because it has user/env-specific information like this:When they are not version controlled, they remain at the Changed files list. This can easily be resolved by ignoring these folders/files, however, editting
.gitignore
is not always easy, e.g., for end-users of webSpoon. Adding a menu like Config > Edit gitignore may be useful.