
Software Technologies ◾ 41
considerable level of cooperation so that the team members do not hinder each
other’s progress or destroy each other’s work, and a version control system sup-
ports such cooperation.
While the repository is stored on a central server for the whole team, individual
team members have a private workspace: the disc space on their computer. ey can
download the files of the current baseline and modify them. After the modifica-
tions, they test them in their private workspace, and if everything is all right, they
return them back to the repository, as shown in Figure 3.3. en the team performs
a build and creates a new baseli ...