1 ls -l 2 cd talk;ls -l 3 cd ..;ls -l 4 svn import --username natasha talk https://cubist.cs.washington.edu/repos/cse374_12wi_xb/talk -m "initial talk project" 5 cd natasha/ 6 ls -l 7 svn checkout --username natasha https://cubist.cs.washington.edu/repos/cse374_12wi_xb/talk 8 ls -l 9 ls -l * 10 cd talk 11 make 12 ./talk 13 ed main.c 14 make 15 ./talk 16 svn commit -m "be more informal" 17 history >natasha.history