Project

General

Profile

Git Repository Structure » History » Version 2

Sergey Smolov, 05/13/2016 11:43 AM

1 1 Sergey Smolov
h1. Git Repository Structure
2
3 2 Sergey Smolov
{{toc}}
4
5 1 Sergey Smolov
This page describes the structure of project''s repository.
6
7
h2. Branches
8
9
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 more continuous time.
10
Such branches descriptions can be seen below:
11
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
*sandbox* - branch for experiments and "trash" code
15
*model.adapter* - a prototype of test system template model (written by Dmitry Razdobarin)
16
*xml.test.engines* - engines for storing Test model in an XML format and for parsing this format (written by Mikhail Lebedev)