# The following may be more appropriate in a different file but are currently listed here

export PATH="$ROBOCUP_DIR/bin:$PATH"

export PROJ="aibo/runswift"
export TURTLE="$SVNUSER@turtle.ecst.csuchico.edu"
export SVNURL="svn+ssh://$TURTLE/var/svn/$PROJ/$BRANCH"

# SVN aliases
alias svnco="svn checkout $SVNURL"
alias svncp="svn copy $SVNURL"

