CS120 - Lab 11 ---------------- This week you will get your actual subversion repository link, along with individual logins and passwords for each team members. All students should 1) login to their subversion accounts using respository: https://gaming.jhu.edu/svn/teamX where X is your assigned team letter (A-L). Remember, the first-time (only) that you access it you will need to use "checkout". You will be prompted for password assuming your current login, which may or may not be correct. If not, it will prompt you for a new username and password. Or you can use the --username NAME option when you launch svn instead. You cannot change your password, so don't try, and don't lose it!! Also remember to work in trunk. 2) use wget www.cs.jhu.edu/~joanne/cs120/code/Savings.cpp as well as Checking.cpp and MoneyMarket.cpp. These are the files we didn't have time to write in class. The header files are available on-line also and have been updated. A few supporting files were added to the system. The BankAccount.cpp file now compiles. 3) "update" in svn to get anything that might be there and then "add" the bank account files to your respository 4) write the implementation of a method in one of the bank account files 5) svn update again (other teams members may be faster) and commit what you did Next get in groups of 4 and play some Rummikub. Try to get at least one person in each group who knows the game. Show each other your "tiles" so you all learn from each other.