From e45d09870b717bbe6893b179e5a959ee09cc1f32 Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Wed, 27 Jan 2016 21:22:03 +0000
Subject: [PATCH] revert to checkout; much more convenient than export

---
 sbin/dm_install_support.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/dm_install_support.sh b/sbin/dm_install_support.sh
index 0b9c14cf..1a673011 100755
--- a/sbin/dm_install_support.sh
+++ b/sbin/dm_install_support.sh
@@ -31,7 +31,7 @@ execute() {
 if [ ! -d $DM_SUPPORT_DIR ]; then
     echo "Creating new DM support directory $DM_SUPPORT_DIR."
     cd `dirname $DM_SUPPORT_DIR`
-    execute svn export $DM_SVN_URL/support support
+    execute svn co $DM_SVN_URL/support 
 fi
 cd $DM_SUPPORT_DIR
 execute svn update
-- 
GitLab