#!/bin/true # do not add trailing slash (no front slash for relative path) ! # do not use ~ in path SVN_BASE_URL="https://svn.orange35.com" #svn repository name and path to root of your project SVN_REPO_PATH="Quick_Site_Framework/trunk" # remote server settings USER=$(whoami) #ssh access. Example: "username@host" REMOTE_HOST="$USER@dev.orange35.com" #remote location of 'site' directory, e.g: "/home/username/site" REMOTE_SITE_DIR="/home/$USER/public_html/test/qsf6/site" #remote location of site root directory, e.g: "/home/username/public_html" REMOTE_WWW_DIR="/home/$USER/public_html/test/qsf6" mkdir -p $REMOTE_WWW_DIR >/dev/null 2>&1