Skip to content
Snippets Groups Projects
Commit 33f630fe authored by David Emschermann's avatar David Emschermann
Browse files

add conditional check-out of fieldmaps

git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@7606 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
parent b60f1d14
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,11 @@ if [ $SETUP_CBMROOT -ge 1 ]; then
cd $CBMSRCDIR
cd ..
svn co https://subversion.gsi.de/cbmsoft/cbmroot/fieldmaps fieldmaps
if [ -d fieldmaps ]; then
svn up fieldmaps
else
svn co https://subversion.gsi.de/cbmsoft/cbmroot/fieldmaps fieldmaps
fi
#svn co https://subversion.gsi.de/cbmsoft/cbmroot/trunk cbm_$CBMSRCDIR
cd $CBMSRCDIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment