2023-09-05 22:05:38 +00:00
|
|
|
.. _developer-manual-repository:
|
|
|
|
|
|
|
|
Repository
|
|
|
|
==========
|
|
|
|
|
|
|
|
:Last Reviewed: 2023-09-05
|
|
|
|
|
2023-09-07 20:08:31 +00:00
|
|
|
This project uses sub-projects and retrieves its versioning
|
2023-09-05 22:05:38 +00:00
|
|
|
information from version control.
|
|
|
|
Therefore it is crucial that you follow these rules when
|
|
|
|
working with the project (e.g. for packaging a
|
|
|
|
development version).
|
|
|
|
|
|
|
|
* Make sure that the git project is complete. A call to git status for example should succeed.
|
2023-09-07 20:08:31 +00:00
|
|
|
* Make sure that you have checked out all available sub-projects.
|
2023-09-05 22:05:38 +00:00
|
|
|
* Proper initialization of submodules can be ensured with ``git submodule update --init --recursive``
|
|
|
|
|