You can try setting scm_verbose to true: set :scm_verbose, true
That'll cause subversion to be noisy, rather than quiet, and might tell you more. - Jamis cjharrelson wrote: > That is what I thought. I tested that an export when not using > Capistrano does export the externals, and it worked successfully. I > guess there is something about the environment I am exporting to that > is causing this issue. Is there a way that I can tell Capistrano to > let me see all of the output form the SCM tasks so that I can see if > it is even trying to do the external export or not? > > Jason > > On Jun 9, 11:17 pm, Jamis Buck <[EMAIL PROTECTED]> wrote: >> Cap doesn't do anything special with svn:externals. It's SCM module >> wrapper just executes "svn export" when asked to export, which ought to >> export the externals, too. >> >> - Jamis >> >> cjharrelson wrote: >>> Whenever I do a deploy, my externals are not being exported. Is there >>> something I need to do to get this to happen or is it the default way >>> cap should behave on an export? >>> Thanks! > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
