Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+16 votes
asked in CSC305 Fall 2022 by (1 point)

3 Answers

+8 votes

I am not sure, but in my notes I wrote: the main features that SCM support are Code sharing, the ability to revert to old versions, merging, and reporting.

answered by (1 point)
+6 votes

Sharing code simply
Reverting to older versions
Integrating contributions
Tracking Issues
Creating auditing trial
Increase Collaboration

answered by (1 point)
+6 votes
  • Simplifies sharing code and other documents
  • The ability to revert to an older version (“undo”)
  • Integrate contributions from team members (“merge”)
  • Notify interested parties about new modifications (“reporting”)
  • Track software issues (e.g., bugs, feature requests)
  • Create an auditing trail (“archiving”)
answered by (1 point)
...