Summary
- A repository lets you hold previous version of your program.
- You have the ability to “revert” your program back to an older version, in case the current version does not work.
- Save your changes to the repository after you add a new feature (and successfully test it).
Resources
Lesson 01.2: Installing SVN and VisualSVN
NEXT LESSON: Lesson 03.3: Creating the Player Class
PREVIOUS LESSON: Lesson 03.1: Creating the Solution and Game Screen