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

Re: Blanks in PuTTY session names

From: Christoph Zwerschke <cito_at_online.de>
Date: 2005-07-28 02:52:54 CEST

Eric Hanchrow wrote:
> I'd be surprised if this gets fixed -- I doubt there's any way that
> subversion can tell that "my session" is, in fact, the name of a PuTTY
> session, as opposed to the name of a host.

You're right, SVN cannot know whether it is a PuTTY session or a
hostname, but that's irrelevant, because:

First, it doesn't make sense to encode blanks in hostnames either,
because hostnames (domain names) cannot contain blanks or other
characters that need encoding anyway. Even an IDNA domain name cannot
contain blanks.

Second, no matter whether a hostname could contain characters that need
to be URL-encoded, the ssh client expects just a hostname, not a URL.
Therefore the hostname should be passed from svn to the ssh client not
in an URL-encoded form, but just as it is.

-- Christoph

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 28 02:54:39 2005

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

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