[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.2 Setting up

Initial Set up

Before doing the regular weekly setups, perform the following one-time steps.

Setting up Subversion

Setting up Lisp

Edit the file ‘$HOME/.emacs’ and add this line:

(load  "/home/timm/etc/dotemacs.lisp")

Weekly set up

Say you are setting up for project 1, homework a.

One person in the group run these commands

cd ~/svns/472
svn mkdir 1
cd 1
svn export http://unbox.org/wisp/var/timm/11/472/src/1/a a
cd ~/svns/472
svn commit -m 'project 1a created'

Then, everyone else runs these commands on their accounts:

cd ~/svns/472
svn update

Now, everyone in the group can edit and share the same files.


This document was generated on March 1, 2011 using texi2html 5.0.