Git Repository Structure » History » Revision 4
Revision 3 (Sergey Smolov, 09/28/2018 10:45 AM) → Revision 4/5 (Sergey Smolov, 11/25/2019 02:31 PM)
h1. Git Repository Structure
{{toc}}
This page describes the structure of project's repository.
h2. Branches
Most of Git branches that are presented in the repository are user-specific and can be removed without a special notification. But some of them are seemed to be "persistent" - it is expected that they will be in use for a long time.
These branches are:
*efsm.conflict.extractor* - a prototype of an engine that searches for read\write conflicts in EFSM models (written by Mikhail Lebedev)
*master* - main branch of the project
*sandbox* - branch for experiments and "trash" code
*model.adapter* - a prototype of test system template model (written by Dmitry Razdobarin)
*xml.test.engines* - engines for storing Test model in an XML format and for parsing this format (written by Mikhail Lebedev)