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

Re: Unusual username login

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sun, 01 Jun 2008 08:31:32 +0200

Rob2687 wrote:
> Hi,
>
> I am trying to access an SVN server with svn+ssh. The login name has a
> "%" in it and TortoiseSVN doesn't seem to be interpreting it properly.
> The login is something like "apple%banana".
> When I try to connect I am using something like:
>
> svn+ssh://apple%banana@server.com/repo
>
> When I try to connect it uses the following:
>
> svn+ssh://apple?anana_at_server.com/repo
>
> Is there anyway to get it to handle the % character?

Since you're passing the username as part of the url, you must escape
the '%' character:
svn+ssh://apple%%banana@server.com/repo

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-06-01 08:31:47 CEST

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

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