[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Before doing the regular weekly setups, perform the following one-time steps.
cd ~/ mkdir svns cd svns svn co https://websvn.lcsee.wvu.edu/cs472gpXX 472
Edit the file ‘$HOME/.emacs’ and add this line:
(load "/home/timm/etc/dotemacs.lisp")
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.