Guidelines for using a repository

These guidelines describe the EGL files that you will most likely share in a repository or source-control system and some common problems that you might encounter when you share EGL projects.

The way that you share your projects in a repository or source-control system depends on the type of repository or source-control system. In general, you share source files and build files but not derived files, which are created from other files. This way, the files in the repository are limited to only those necessary for the application. If you edit a file directly, it is probably not derived. For information about derived files in the context of EGL, see “Project sharing.”

When you share projects in a repository, be aware of these possible problems:

Feedback