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

Re: User Name issue

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-11-20 17:32:44 CET

SIGMUND Libor wrote:

> I found a inproper behaviour in TortoiseSVN.

It's completely legal :)

> When i want to connect to repositury, which requires Domain Name in
> UserName ( e.g.
> svn+ssh://DOMAIN\user.of.domain_at_svn.server.org/repositury/), the
> UserName get’s ‚fixed‘ to
> svn+ssh://DOMAIN/user.of.domain_at_svn.server.org/repository/ which is
> splitted into UserName=*DOMAIN*,
> ServerName=*user.of.domain@svn.server.org,*Repository=/repository/
> <mailto:ServerName=user.of.domain@svn.server.org,Repository=/repository/>
>
> Is there a way how to skip this feature?

As the URL format defines:
http://www.ietf.org/rfc/rfc1738.txt

Characters "{", "}", "|", "\", "^", "~", "[", "]", and "`"
*must always* be encoded because those characters are 'unsafe'.

Therefore, you must change your URL to:
svn+ssh://DOMAIN%5Cuser.of.domain@svn.server.org/repository/

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Nov 20 17:33:26 2006

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

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