in IS&Software Engineering
253 views
0 votes
0 votes

In the context of Software Configuration Management (SCM), what kind of files should be committed to your source control repository ?

  1. Code files
  2. Documentation files
  3. Output files
  4. Automatically generated files that are required for your system to be used

Choose the correct answer from the options given below:

  1. A and B only 
     
  2. B and C only 
     
  3. C and D only 
     
  4. D and A only 
in IS&Software Engineering
253 views

1 Answer

0 votes
0 votes
Best answer

Source Control Repository is a central repository to store, track and manage the source code which is shared within the development team. It includes source code files, version updates in the source code( as committed by differenet developers), test scripts, documentation etc. 

 

And : 1. A and B only

selected by

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true