Using http:// URL that contains a username
From: <petesea_at_bigfoot.com>
Date: Tue, 07 Apr 2009 15:10:22 -0700 (PDT)
Does SVN support the use of a username within an https:// URL?
In other words, say I'm logged into a workstation with the username "bozo"
$ svn info svn+ssh://bclown@svn.example.com/repo
It works fine. I can contact the SVN server as "bclown", which is my
$ svn info https://bclown@svn.example.com/repo
I get prompted for the password for user "bozo"... NOT user "bclown", eg:
$ svn info https://bclown@svn.example.com/repo
I realize I can use the --username option, but --username doesn't work
Is there a particular reason svn doesn't support a username as part of the
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.