Versions Compared

Key

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

...

  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 switch to that directory:
    mkdir comp311 
    cd comp311
     
  3. Use Subversion to check out your submission directory:
    svn checkout https://svn.rice.edu/r/COMP311-FALL15FALL16/turnin/F15F16/<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.

...

  1. Make sure you are in your turnin directory.
    cd ~/comp311/<your netid>
     
  2. All of your files for your nth homework assignment should be in a subdirectory named hw_nSubmit the folder hw_n
    turnin COMP311-FALL15FALL16-F15F16:hw_n
    This should show all your files being added to the Subversion repository.

...