I'm relatively new to rails, ruby, and capistrano. I've purchased about 5 different rails/ruby books and have a subscription to oreilly's safari. I've also searched google for tutorials and read the capistrano book.
I've also read the assumptions portion of capistrano and I understand that I'm breaking some of those assumptions but I need help on how to change the assumptions appropriately. I have a deployment machine foo with the username bar. I have the production server baz with username bonk. I would prefer to not open up a port for svnserve on the development machine. I've successfully tested svn+ssh with a test production machine, fack, that has username bar. Currently, capistrano succeeds using svn+ssh between fack and foo with username bar having the same password on both machines. I would like to set it up between foo and baz with username bar being able to deploy to username bonk tunnelling through ssh without having to type in passwords. Is this even possible? Is there a tutorial that I've missed that describes this? If not, I'll be happy to create one if people can point me in the proper direction. Jonathan --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
