Project

General

Profile

Git Repository Structure » History » Version 4

Sergey Smolov, 11/25/2019 02:31 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
*efsm.conflict.extractor* - a prototype of an engine that searches for read\write conflicts in EFSM models (written by Mikhail Lebedev)
13
*master* - main branch of the project
14
*model.adapter* - a prototype of test system template model (written by Dmitry Razdobarin)
15
*xml.test.engines* - engines for storing Test model in an XML format and for parsing this format (written by Mikhail Lebedev)