It's not a question of whether cap supports it, since cap just shells
out to svn to do all svn operations. If you're having issues with
undefined tunnel schemes, then it is going to be something in your svn
configuration that isn't quite right.

- Jamis

On 9/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> hum...
>
> so i followed this blog:
> http://articles.slicehost.com/2007/9/5/using-ssh-with-svnserve
> under the section 'subversion configuration'.
> i updated my deploy.rb point to svn+domssh_example://blah
>
> and cap setup tells me 'svn: Undefined tunnel scheme 'svn
> +domssh_example'
>
> possibily still an svn issue?
>
> when i try an initial svn co on my remote server, with the tunnel
> scheme, it works.
>
> does cap support this?
>
>
> On Sep 18, 9:48 am, "Jamis Buck" <[EMAIL PROTECTED]> wrote:
> > It looks to me like the error message is coming from subversion, and
> > not from Capistrano. You'll need to use either ~/.subversion/config or
> > ~/.ssh/config to tell SSH that the port for the repository host is
> > non-standard. (I've never had to do this, so I can't give you detailed
> > instructions. Perhaps google can help.)
> >
> > - Jamis
> >
> > On 9/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > > Hi. I was on capistrano 1.4.1, my port is not on 22.
> >
> > > It appeared i was in the same situation as :http://www.jotthought.com/
> >
> > > *tried his patch.
> >
> > > * tried editing all '22' to my port number in '/lib/capistrano/ssh.rb'
> >
> > > * tried rebooting
> >
> > > * tried upgrading to cap 2.0
> >
> > > all of which, i still cannot 'cap cold_deploy' or 'cap deploy'
> >
> > > error message:
> > > 'ssh: connect to host my_ip port 22: Connection refused'
> >
> > > (funny thing is a 'cap setup' will work fine)
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to