Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We will use 'turnin' for homework submissions. The 'turnin' program is a generic script that uses Subversion to enable homework submission and storage. It is available only in the CLEAR Clear cluster.

Guide to turning in homework from a personal Windows machine.

One time Setup in CLEAR

  1. Login to CLEAR:
    ssh <your netid>@ssh.clear.rice.edu
    <your password>

  2. Make a new empty directory comp311 in your home directory and enter that directory:
    mkdir comp311 
    cd comp311
     
  3. Use Subversion to check out your submission directory:
    svn checkout https://svn.rice.edu/r/COMP311-FALL15/turnin/F15/<your netid>
     
  4. You might be asked if you wish to store your password unencrypted. Always say no when asked this.
  5. Now you should have a folder named <your netid> in the comp311 directory you created.

...