#!/bin/bash

TERM=201510
TARGDIR=/class/csse/csse220/${TERM}

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

#	svn co http://svn.cs.rose-hulman.edu/repos/csse220/trunk/$TERM/Public/ ${TARGDIR}

# Thereafter, to update:

svn up ${TARGDIR}
