diff --git a/setup.sh b/setup.sh index 163add7..4e8740b 100755 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash -mkdir ~/Code -cd ~/Code +mkdir -p ~/Code/Working +cd ~/Code/Working SVN_USER=$USER svn co --username $SVN_USER "http://internal.invertedlogic.com/dev/web/" ./web