cedasvnup


#!/bin/bash
echo Update Ceda from the Subversion Repository

SAVE=`pwd`
cd ~/developer/_root_/Ceda
svn up
cd $SAVE