[Capistrano] Re: Problem with gateway in 1.4.1?

2007-10-08 Thread rylin
Problem solved. We had ssh_options[:port] = 22 in our recipe, which seems to have taken precedence over the gateway tunnels. Cheers, / oscar On Oct 8, 11:52 am, rylin <[EMAIL PROTECTED]> wrote: > Hey, > I'm seeing issues with a gateway configuration in 1.4.1, and I'm >

[Capistrano] Problem with gateway in 1.4.1?

2007-10-08 Thread rylin
Hey, I'm seeing issues with a gateway configuration in 1.4.1, and I'm guessing it's no longer supported - but I'd be thankful for any help ;-) What seems to happen is that no matter what I set the gateway to be, it thinks localhost is the gateway, but the debug data is fine. establishing connec

[Capistrano] Re: Progress!

2007-01-23 Thread rylin
Jacob Atzen wrote: > Does this sound like a good idea to anyone but me? > Yeah ;-) Having caches here and there definitely helps when you have huge geographical distribution. We've got servers in some 30+ countries by my latest count; some on islands with very limited bandwidth. The best thing w

[Capistrano] Re: Multiple dirs from one repo?

2007-01-23 Thread rylin
Wow, thanks - that looks perfect! While I did work out a pretty good way of doing it The Hard Way(tm), Externals looks to be the much preferrable solution - I knew I couldn't be the only one with this kind of "problem" ;-) Cheers, / o Randall Potter wrote: > If your using svn you can use svn:ex

[Capistrano] Multiple dirs from one repo?

2007-01-22 Thread rylin
Hey, our sourcetree isn't all too nicely organized, with lots of separate project in the same tree. It's somewhat well defined though, but as the repo is currently approaching 1GB of checked-out material, I need Capistrano to only check out the parts actually required for a project. This is, of c