Having an issue. Trying to incorporate the ability to switch between various tags/trunk (SVN) and now have forced everyone to use at least capistrano 2.9.0 so the deploys use 'svn switch' instead of 'svn update' and it seemed to be working fine. But now we are noticing that one of the svn external repositories linked within doesn't get updated when you use svn switch.
I have tested it out from the command line and this seems to be a problem strictly with subversion itself - as in subversion doesn't update the linked external when using svn switch but does update the linked external when running svn update. So I figured I would just manually add a step to run svn update on the cached-copy but the deployment is copied from the cached-copy before my 'svn update' so I would necessarily have to execute the svn update not on the cached-copy but rather the 'current' which seems rather silly. Is there some easier way to fix this? -- Craig White ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [email protected] 1.800.869.6908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ www.ttiassessments.com Need help communicating between generations at work to achieve your desired success? Let us help! -- * 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
