ssh your_cnet_username@linux.cs.uchicago.edu
svn co https://phoenixforge.cs.uchicago.edu/svn/your_cnet_username-mpcs53017-win-14
Replace 'your_cnet_username' with your CNetID. When prompted, enter your CNetID password.
cd your_cnet_username-mpcs53017-win-14
mkdir reports
(assuming you start from inside your reports directory): cd ../
svn add reports
svn commit -m "your_cnet_username p3 submission" reports
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 reports
svn add newfile1
svn commit -m "your_cnet_username p3 resubmission" reports
mkdir testdir
cd testdir
svn co https://phoenixforge.cs.uchicago.edu/svn/your_cnet_username-mpcs53017-win-14