I'm deploying all my apps with Capistrano, and have been lazy about managing the svn repository. Basically, I put plugins, edge rails, etc. in my repository so Capistrano would find them ok.
Now, I have reconfigured the repository so each plugin has svn:externals property set and vendor/rails has svn:ignore set. This seems, at first naive blush, to be a reasonable scenario, but doing: svn up cap deploy does not seem to put recent versions of the plugins on my server and it doesn't deploy the version of edge rails I'm using. Perhaps I should have used svn:externals on vendor/rails as well. Any suggestions how best to handle this? Thanks --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
