#!/bin/bash # Macro switches between different versions of the tutorial directories if [ "$#" -lt "1" ]; then echo "Please start the scrit with the name of the version you want to switch to." exit 1 fi version=$1 svn switch https://subversion.gsi.de/fairroot/pandaroot/development/uhlig/Kolkata/$version/kolkataDetector kolkataDetector svn switch https://subversion.gsi.de/fairroot/pandaroot/development/uhlig/Kolkata/$version/macro/kolkataDetector macro/kolkataDetector