Our production server is outside our firewall, so it cannot reach the SVN server. Therefore, we use :deploy_via :copy to get the code there.
On my OS X laptop everything works perfectly. When we use the same capfile and the same version of capistrano (2.0.0) on my colleague's Windows machine or a nearby Linux machine, the copy stage cannot complete. the file is created on the remote side in /tmp, but it never gets above 0 bytes. Using the verbose mode on cap and looking in ssh logs don't seem to provide any helpful information. Where should we begin looking to figure this out? --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
