The purpose of this exercise is to give you familiarity with using a version control system (or revision control system) to share code among members of a development team. Basically, you will create a repository for the Login application you wrote last week, and then add new features to it, working individually and using the repository to manage your contributions.
Read the appropriate sections of Fogel (starting on page 60) to get an overview of version control systems and how they work.
Read the following SVN tutorial to familarize yourself with how it works.
For this assignment we will be using a SVN Subversion server. Read about the Tigris project that has created and maintains SVN. You should all have accounts on the CPSC Department's SVN server.
Create a repository for your project, initializing it with the code you developed last week. Then working individually, add the following enhancements to your code:
Handin instructions: Post your source code in a readable directory and post a link to your well-documented, well-structured source code to the CPSC225 wiki.