Posting this here, mostly for my own benefit: http://snipplr.com/view/9444/copy-directory-without-svn-files/
rsync -r --exclude=.svn source destination
Posting this here, mostly for my own benefit: http://snipplr.com/view/9444/copy-directory-without-svn-files/
rsync -r --exclude=.svn source destination