Skip to content
Snippets Groups Projects
Commit 66b21461 authored by Barbara B. Frosik's avatar Barbara B. Frosik
Browse files

changed install scripts from checking out software to exporting

parent cbf1726e
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ execute() { ...@@ -32,7 +32,7 @@ execute() {
if [ ! -d $DM_SUPPORT_DIR ]; then if [ ! -d $DM_SUPPORT_DIR ]; then
echo "Creating new DM support directory $DM_SUPPORT_DIR." echo "Creating new DM support directory $DM_SUPPORT_DIR."
cd `dirname $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 fi
cd $DM_SUPPORT_DIR cd $DM_SUPPORT_DIR
execute svn update execute svn update
......
...@@ -16,7 +16,7 @@ execute() { ...@@ -16,7 +16,7 @@ execute() {
if [ ! -d $DM_SUPPORT_DIR ]; then if [ ! -d $DM_SUPPORT_DIR ]; then
echo "Creating new DM support directory $DM_SUPPORT_DIR." echo "Creating new DM support directory $DM_SUPPORT_DIR."
cd `dirname $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 fi
cd $DM_SUPPORT_DIR cd $DM_SUPPORT_DIR
execute svn update execute svn update
......
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