Project

General

Profile

Git Repository Structure » History » Version 5

Sergey Smolov, 01/22/2020 05:15 PM

1 1 Sergey Smolov
h1. Git Repository Structure
2
3 2 Sergey Smolov
{{toc}}
4
5 3 Sergey Smolov
This page describes the structure of project's repository.
6 1 Sergey Smolov
7
h2. Branches
8
9 3 Sergey Smolov
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.
10
These branches are:
11 1 Sergey Smolov
12
*master* - main branch of the project
13 5 Sergey Smolov
14
*efsm.conflict.extractor* - a prototype of an engine that searches for read\write conflicts in EFSM models (written by Mikhail Lebedev)
15
*cfg.dep.graphml.printer* - a prototype of an engine that prints read\write dependencies betweeon processes of CFG model in GraphML format(written by Sergey Smolov)
16 1 Sergey Smolov
*model.adapter* - a prototype of test system template model (written by Dmitry Razdobarin)
17
*xml.test.engines* - engines for storing Test model in an XML format and for parsing this format (written by Mikhail Lebedev)