Hi Yash, Why don't you use remote_cache strategy? It only will update these 3 folders. You just need to add this line to your deploy.rb:
set :deploy_via, :remote_cache It does a checkout under shared/cached-copy (or something like that, I can not check the exact name right now) and on each deploy it does and update of cached-copy being faster than do a complete checkout. Regards 2012/7/30 Yash Ganthe <[email protected]> > Hi, > > I have a PHP application which I have deployed on a server using > Capistrano. Going forward, I would like to only deploy 3 folders from my > SVN as I know that other folders will never change. All my development > happens in the 3 folders. > > Is there a way to do it? > > Thanks, > Yash > > -- > * 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 -- * 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
