• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back

Configuration Management

policies, processesand tools for managing changing software systems.

Change management

Keeping track of requests for changes to the software from customers anddevelopers, working out the costs and impact of changes, and deciding thechanges should be implemented.



Version management

Keeping track of the multiple versions of system components andensuring that changes made to components by different developersdo not interfere with each other.


process of managing code-lines and baselines.

System building

The process of assembling program components, data and libraries, then compiling these to create an executable system.

Release management

Preparing software for external release and keeping track of the systemversions that have been released for customer use.

baseline

The baseline therefore specifies the componentversions that are included in the system plus a specification of the libraries used, configuration files,etc.

Codelines

A codeline is asequence of versions ofsource code with laterversions in the sequencederived from earlierversions.

central repository

distributed repository

hybrid repository