Assignment Submission

    1. Assignments must be submitted by the deadline. We will use the --revision flag to checkout the most recent version of your code checked in before the deadline.
      1. You can use the svn log command to view the history of your commits.
    2. You are required to submit a jar file containing all of your java files and all of your class files. If the name of the class containing the main method is specified by the assignment, you must include such a class.
    3. Please use the following naming conventions:
      1. In your main repository, create a cs212 directory.
      2. Inside of cs212, create directories named lab1, lab2...lab5, and project1.
        1. Do not use upper case letters (eg Lab1).
        2. Do not add extra zeros (eg lab01).

Sample Grading Session

svn co --revision {20090905T0001} https://www.cs.usfca.edu/svn/student/cs212/lab1

cd lab1

java -cp invertedindex.jar Driver -d /Users/srollins/Desktop/invertedindex

jar xvf invertedindex.jar