Archive for January, 2010

Updating WordPress Without Torching SVN Directories

Jan 13 2010 Published by under Programming

Posting this here, mostly for my own benefit: http://snipplr.com/view/9444/copy-directory-without-svn-files/

rsync -r --exclude=.svn source destination

No responses yet