1 cd cse374/ 2 ls -l 3 tar xvf talk 4 tar xvf talk.tar 5 ls -l 6 ls -l talk 7 svn import --username natasha talk https://cubist.cs.washington.edu/repos/cse374_13wi_ax/talk 8 svn import --username natasha talk https://cubist.cs.washington.edu/repos/cse374_13wi_ax/talk -m "initial import of talk project" 9 ls -l 10 cd natasha/ 11 ls -l 12 svn checkout --username natasha https://cubist.cs.washington.edu/repos/cse374_13wi_ax/talk 13 ls -l 14 pwd 15 cd talk 16 make 17 ./talk 18 make 19 ./talk 20 svn up 21 svn log 22 ./talk 23 make 24 ed shout.c 25 make 26 ./talk 27 svn up 28 svn log 29 make 30 ./talk 31 svn commit -m "repeat message for those who don't get it the first time" 32 svn log 33 history > ../natasha.history