In: Operations Management
What does SCCS mean and why is it important?
SCCS means source code control system.
Its important because it is a system to store history changes and controlling files. It designed and managed to track the source code and any changes done in source code during development stage of software. Software are typically upgraded to newer/latest version by adding extra functionalities or algorithm or by fixing bugs. so during this development stage SCCS allows user to retrieve original source code or later version that stored in system. As source code get repeated in every version so it takes load of space, SCCS was build to solve the storing problem along with code retrival when required and finding out the exact version with which client had problem.