Hello, I'm trying to get capistrano to do a simple svn update of an existing folder. We have several different systems that have had the svn repository checked out previously, and now want capistrano to manage logging into the bulk list of servers and running svn updates.
What's the best way to go about this? When using a cap deploy, it keeps performing a svn checkout instead of update and creating a new numbered folder in releases. I don't want it to do this, in favor of just running an svn update of /www/doc_root/, which is an existing svn repository. Is this possible? I know it's possible via (run "svn update /www/doc_root/"), but I'd like to avoid the run command if I can, in favor of the built in subversion functionality. Thanks, -Kyle -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
