Index of /synbio
Name Last modified Size Description
Parent Directory 12-Nov-2009 15:02 -
devel/ 17-Sep-2008 15:34 -
mysql.tar.gz 10-May-2004 14:18 25.6M
private/ 17-Sep-2008 15:23 -
release/ 18-Mar-2004 22:36 -
x/ 03-Apr-2005 21:46 -
y/ 03-Apr-2005 20:42 -
Before editing the files in this directory, be sure you understand
what and how to edit. The files are stored in CVS and the CVSROOT
should be set to /afs/athena.mit.edu/org/s/synbio/private/CVSROOT
As long as you do *not* touch the files under the CVSROOT directory
above, then you should be fine.
There are two primary trees for the files. The release directory
should contain an up-to-date copy of the cvs tree and is the version
to be published to the world. The devel directory contains files being
worked on.
Very quick reminder of CVS commands.
-checkout (get a file)
cvs co file
"cvs co all" can be used to grab another copy of the entire tree.
-checkin (submit changes to the CVS tree)
cvs ci -m "enter a log message here describing changes" file
-update (check if files in directory have changed)
cvs update
To edit the HTML files under www and conference, edit the files ending
with .html.in. The header.inc and footer.inc files are used in
addition to the .html.in to create the .html file. Run 'make' to
generate the html files.
Questions? -> austin@ai