Reply inline below 2009/2/16 sergio_101 <[email protected]>
> > i am running a git repository that we hit via ssh. > > the problem is that the name of the directory has spaces in it... > something like: > > /mnt/share/work server here/foo/bar > > i can't get deploy.rb to see the correct repository when doing: > > set_repository, although i have tried it with replacing the spaces > with "\ " like: > > /mnt/share/work\ server\ here/foo/bar > > but this still doesn't work.. > > any ideas? > Please pastie (http://www.pastie.org/) the code... it should be: set (:repository, "/mnt/share/work server here/foo/bar") > BTW.. this server works on a weird port.. the only way i could get it > to read the port was to override .ssh/config .. > > has this been addressed? Jamis has covered the port "issue" below. > > > thanks! > > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
