Index of /6.962/www

      Name                    Last modified       Size  Description

[DIR] Parent Directory 04-Jun-2002 14:52 - [DIR] www_spring_2002/ 04-Sep-2002 13:28 - [DIR] www_fall_2001/ 14-Feb-2002 12:39 - [DIR] www_spring_2001/ 26-Sep-2001 18:24 - [DIR] www_fall_2000/ 09-Aug-2001 14:16 -


This is the course locker for 6.962.  When it is your week to present
please create a directory for yourself in /mit/6.962/www using the
command

# mkdir /mit/6.962/www/$USER

You can then put your pdf or postscript files in this directory.  

You can then modify the schedule.html file to link to your summary and
papers.  Since multiple people might be trying to modifying things
concurrently, we use a simple version control program known as RCS to
keep things sane.  Before you modify schedule.html first cd to the www
directory and type

# co -l schedule.html

If nobody else is modifying the schedule.html file then this will lock
the file for you.  Otherwise it will tell you who is currently locking
the schedule.html file.

When you are finished modifying schedule.html, type

# ci -u schedule.html

This checks in schedule.html and unlocks it. 

If the schedule.html file seems to disappear, try typing 

# co -u schedule.html 

to check it back out again.

----------------------------------------------------------------------
-Emin 
emin@mit.edu