ssh your_cnet_username@linux.cs.uchicago.edu
svn co https://phoenixforge.cs.uchicago.edu/svn/your_cnet_username-cspp53001-aut-13
Replace 'your_cnet_username' with your CNetID. When prompted, enter your CNetID password.
cd your_cnet_username-cspp53001-aut-13
mkdir hw2
Note: You will create a new homework directory each time for each hw you submit i.e hw2, hw3 etc. This is very important so the TAs can locate your hw submission.
(assuming you start from inside your hw2 directory): cd ../
svn add hw2
svn commit -m "your_cnet_username hw2 submission" hw2
Done!
If you make changes to any of your files and want to resubmit (we will grade your last submitted copy before the submission deadline):
cd hw2
svn add newfile1
svn commit -m "your_cnet_username hw2 resubmission" hw2
mkdir testdir
cd testdir
svn co https://phoenixforge.cs.uchicago.edu/svn/your_cnet_username-cspp53001-aut-13