CS4610: Assignments

Turning In Assignments

Unless otherwise specified, follow these instructions to turn in each assignment.

  1. Make sure all your source code files for the assignment are checked in to your SVN repository under a base directory named labN where N is the number of the assignment.
  2. Make a plain-text (ASCII) file labN/README.txt, with the following contents:
  3. Run these commands in the directory labN:

    > svn add README.txt
    > svn commit -m "final commit for labN"
    > svn update
    > svn info
    
  4. The “Last Changed Rev” reported by svn info identifies the revision of your code that we will grade. Email it to the course instructor at the email address listed on the course homepage. Your submission is “on time” only if the timestamp on the email and the “Last Changed Date” reported by svn info for the indicated revision are both no later than the deadline. Otherwise we will take the later of the two timestamps as your submission time.

Possible issues: