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

Re: using email address as username fails

From: Jody Shumaker <jody.shumaker_at_gmail.com>
Date: 2006-08-29 20:04:46 CEST

On 8/29/06, matthew zeier <mrz@mozilla.com> wrote:
> >> svn+ssh://mrz@mozilla.com_at_mysvnserver.com/repo/mrz
> >
> > This is not a valid url - you can only have one '@' char in front of the
> > server/domain part of an url.
>
> Per svn spec or what?
>
> I guess it's unfortunate that this is the only app that fails with that URL.
>
> --
> matthew zeier | Network Engineer | Mozilla Corp. | (650)903-0800 x219
>

Per the http URL spec?

"An optional user name,
    if required (as it is with a few FTP servers). The password, is
present, follows the user name, separated from it by a colon; the user
name and optional password are followed by a commercial at sign "@". "

Thus the url you've specified wants to be the user mrz at the host
mozilla.com@mysvnserver.com. Possibly the @ in the username could be
encoded as %40 ?

- Jody

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Aug 29 20:42:45 2006

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.