#!/bin/bash

TERM=201110robotics

REPO = csse120-python/branches/robotics/Public/

TARGDIR=/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}

