Re: SVN strips port from svn+ssh URLs...
From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2005-04-20 20:36:23 CEST
--On Wednesday, April 20, 2005 10:12 AM -0600 Joseph Galbraith
> I know not all SSH clients support the user@host:port syntax,
In fact, I think find_tunnel_agent() in subversion/libsvn_ra_svn/client.c
(*argv)[n++] = (user) ? apr_psprintf(pool, "%s@%s", user, host) : host;
to:
if (uri.user && uri.port) {
Be nice if someone submitted a proper patch and make sure it works. ;-)
HTH. -- justin
---------------------------------------------------------------------
|
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.