Step 1. Login to a Linux machine.
Step 2. "cd" to the subdirectory containing the file to check in.
Step 3. type:
~cs161/bin/checkin PA# filename
where filename is the file name for the file you are checking in, and replace PA# with the name of the assignment (e.g. PA1).
Step 4. You should see a message indicating a successful submission and a date/time of when the checkin completed.
Example:
~cs161/bin/checkin PA1 Assignment1.java
Checking in files for assignment 'PA1'
Current time is: Wed Jan 30 16:21:57 2008
Assignment is ON TIME!
If you wish, you may turn in another (presumably better)
version up until Thu Jan 31 00:59:59 2008
and it will replace this version.
File Assignment1.java was checked in.
In assignments that require you to submit multiple files you will need to tar your source files into a single file.
- Step 1. Login to a Linux machine
Step 2. Type ~cs161/bin/peek to see a list of files you have turned in.
OR ~cs161/bin/peek PA1 to see a list of files you turned in for PA1
OR ~cs161/bin/peek PA1 <fileName> to see the contents of the file that you turned in for PA1
Example:
~cs161/bin/peek
Size Date Time Assignment File
---------- --------------- -------- ---------- ----
824 Wed Jan 30 2008 16:21:57 PA1 Assignment1.java
755 Wed Jan 30 2008 16:02:13 PA1 Assignment1.java.old
2 Files listed