[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN strips port from svn+ssh URLs...

From: S.Ramaswamy <ramaswamy_at_collab.net>
Date: 2005-04-21 17:47:06 CEST

>
> It looks like apr_uri_t contains a "hostinfo" field which is exactly
> what we should be passing to ssh. No need to reconstruct it case by
> case.
>
Does this fix look like what you had in mind ?

Thanks
Ramaswamy

Pass combined user, hostname, and port information to ssh
clients that can handle 'user@host:port' format input.

* subversion/libsvn_ra_svn/client.c
    (find_tunnel_agent) : Replaced user and hostname function
      parameters with hostinfo from apr_uri_t; hostinfo contains
      the combined user, hostname, and port information.
    (ra_svn_open) : Call find_tunnel_agent() with hostinfo
      instead of user and hostname.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Thu Apr 21 17:48:06 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.