ssh your_cnet_username@linux.cs.uchicago.edu
svn co https://phoenixforge.cs.uchicago.edu/svn/your_cnet_id-mpcs53001-spr-14
Replace 'your_cnet_username' with your CNetID. When prompted, enter your CNetID password.
cd your_cnet_id-mpcs53001-spr-14
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.
e.g
svn add ~cs_username/your_cnetId-mpcs53001-spr-14/hw2
Note: Your cnetId might be different from your cs_username
svn commit -m "your_cnet_id hw2 submission" ~cs_username/your_cnetId-mpcs53001-spr-14/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-mpcs53001-spr-14