Joined July 2013
·
Posted to
Using Rsync to deploy a website. Easy one liner command
over 1 year
ago
Thanks for pointing that out! I have updated the script above :)
Posted to
Remove SVN from your project
over 1 year
ago
You can also use this:
find . -name .svn -exec rm -rf {} \;
no worries chris. happy gitting :)