I use svn update to deploy, but have recently explored Capistrano. I see they support checkout, export, copy, and update+copy, but not just update. Is it frowned upon to use an svn working directory as a deployment directory and why?
I use svn update to deploy, but have recently explored Capistrano. I see they
Share
one reason is b/c SVN leaves a lot of “.svn” subdirs everywhere, which can be easily exploited to get directory structure and, maybe, any file contents of your project.