Project

General

Profile

Git Repository Structure » History » Version 1

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

1 1 Sergey Smolov
h1. Git Repository Structure
2
3
This page describes the structure of project''s repository.
4
5
h2. Branches
6
7
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.
8
Such branches descriptions can be seen below:
9
10
*efsm.conflict.extractor* - a prototype of an engine that searches for read\write conflicts in EFSM models (written by Mikhail Lebedev)
11
*master* - main branch of the project
12
*sandbox* - branch for experiments and "trash" code
13
*model.adapter* - a prototype of test system template model (written by Dmitry Razdobarin)
14
*xml.test.engines* - engines for storing Test model in an XML format and for parsing this format (written by Mikhail Lebedev)