On Sep 17, 8:21 pm, "Jamis Buck" <[EMAIL PROTECTED]> wrote: > As I understand the svn repository string format, you cannot specify a > custom port number there, as you have done. You might look at the > ~/.subversion/config file to see if there is a way to configure the > port number there, or via ~/.ssh/config. > > - Jamis
Thanks for the reply. Here's one thing I don't get. My svn repository is on the same machine that is hosting the Rails app. Since Capistrano has to check out the code from that machine to that same machine, shouldn't the repository location be this type: file:///path/to/repos/trunk Is "repository" supposed to be the location from the point of view of the development machine or from the deployment machine? > custom port number there, as you have done. You might look at the > ~/.subversion/config file to see if there is a way to configure the > port number there, or via ~/.ssh/config. On my dev box ssh config is definitely set to use the nonstandard port. On production shouldn't need to because the repository is on the production machine. I tried removing the port from the repository string and got a "can't connect to port 22" error. cap deploy:setup worked fine, by the way. --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
