#!/bin/bash

TERM=201110

REPO=csse120-python/trunk/Public/

TARGDIR=/afs/rh/class/csse/csse120/${TERM}

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

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

# Thereafter, to update:

svn up ${TARGDIR}
