Newer
Older
Import / code / .svn / pristine / e0 / e056dee177e216159d8d5edceb9ce8092bac1005.svn-base
@John John on 29 Dec 2020 310 bytes bulk import from macbookpro checkouts
#!/bin/bash

. ./domain.sh

if ! [ -d "$DOMAIN" ]
then
	echo "Error, expecting directory to be here first from dreamhost setup"
	echo "Go to dreamhost panel first and setup the sub-domain in this account"
	echo -1
fi

cd "$DOMAIN"

svn co --username web "http://internal.invertedlogic.com/dev/web/$DOMAIN" ./