#!/bin/true # do not add trailing slash (no front slash for relative path) ! # do not use ~ in path #uncomment variable below and setup correct repository path if your project has externals #SVN_QSF_REPO_PATH="Quick_Site_Framework/tags/release-5" #svn repository name and path to root of your project SVN_REPO_PATH="Quick_Site_Framework/tags/release-5" # remote server settings #ssh access. Example: "username@host" REMOTE_HOST="demofwd@server1.adaptainc.com" #remote location of 'site' directory, e.g: "/home/username/site" REMOTE_SITE_DIR="/home/demofwd/public_html/qsf5/site" #remote location of site root directory, e.g: "/home/username/public_html" REMOTE_WWW_DIR="/home/demofwd/public_html/qsf5/"