Configuration Management

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Definition

  • Policies, processes, and tools for managing changing software systems

  • Ensures teams can track what changes and component versions have been incorporated into each system version

2
New cards

Four Core CM Activities

  1. Version Management

  2. System Building

  3. Change Management

  4. Release Management

3
New cards

Development Phases with CM

  1. Development phase

  2. System testing phase

  3. Release Phase

4
New cards

Baseline

Controlled collection of component versions that make up a system

5
New cards

Repository

Shared database of versions and meta-information

6
New cards

Branching

Creating new development paths from existing code

7
New cards

Merging

Combining separate versions from different branches

8
New cards

Mainline

Sequence of baselines representing system versions

9
New cards

Workspace

Private area for modifying software

10
New cards

Version control benefits

  • Enables rollback

  • Parallel development

  • Change tracking