From 66b21461c21df4e225ab0cc108db9142188f16b2 Mon Sep 17 00:00:00 2001
From: "Barbara B. Frosik" <bfrosik@aps.anl.gov>
Date: Tue, 25 Aug 2015 16:21:27 +0000
Subject: [PATCH] changed install scripts from checking out software to
 exporting

---
 sbin/dm_install_support.sh | 2 +-
 sbin/install_support.sh    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sbin/dm_install_support.sh b/sbin/dm_install_support.sh
index c8b72004..f98ab2e7 100755
--- a/sbin/dm_install_support.sh
+++ b/sbin/dm_install_support.sh
@@ -32,7 +32,7 @@ execute() {
 if [ ! -d $DM_SUPPORT_DIR ]; then
     echo "Creating new DM support directory $DM_SUPPORT_DIR."
     cd `dirname $DM_SUPPORT_DIR`
-    execute svn co $DM_SVN_URL/support support
+    execute svn export $DM_SVN_URL/support support
 fi
 cd $DM_SUPPORT_DIR
 execute svn update
diff --git a/sbin/install_support.sh b/sbin/install_support.sh
index c4822e2f..f6dc4c05 100755
--- a/sbin/install_support.sh
+++ b/sbin/install_support.sh
@@ -16,7 +16,7 @@ execute() {
 if [ ! -d $DM_SUPPORT_DIR ]; then
     echo "Creating new DM support directory $DM_SUPPORT_DIR."
     cd `dirname $DM_SUPPORT_DIR`
-    execute svn co $DM_SVN_URL/support support
+    execute svn export $DM_SVN_URL/support support
 fi
 cd $DM_SUPPORT_DIR
 execute svn update
-- 
GitLab