#!/bin/csh -f

set TERM = 201230
set SUFFIX = ""

set REPO = csse120-python/branches/robonew/Public/

set TARGDIR = /class/csse/csse120/${TERM}${SUFFIX}

# To checkout the public portion of the repository to here:

# svn co http://svn.csse.rose-hulman.edu/repos/$REPO ${TARGDIR}

# Thereafter, to update:

svn up ${TARGDIR}

