Skip to content
Snippets Groups Projects
Commit e45d0987 authored by sveseli's avatar sveseli
Browse files

revert to checkout; much more convenient than export

parent a800443d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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