Re: New SCM problems in Xcode
Re: New SCM problems in Xcode
- Subject: Re: New SCM problems in Xcode
- From: "Clark Cox" <email@hidden>
- Date: Sun, 28 Oct 2007 19:36:18 -0700
On 10/28/07, Chris Hanson <email@hidden> wrote:
> On Oct 28, 2007, at 5:27 PM, Bill Monk wrote:
>
> > On 28 Oct 2007 00:59:03 -0700, Chris Espinosa <email@hidden> wrote:
> >
> >> Wow, it really wants "email@hidden" as the user name, as in svn+ssh://
> >> email@hidden@mysvnserver.net/svn/repository/balh/blah/blah? That's
> >> certainly funky.
>
> Ah, but according to the OP, it's actually "http://
> email@hidden@svn.bar.com/svn/repository". Which makes slightly more
> sense; they probably have Apache set up to connect to the same auth
> system as their email environment or something like that.
>
> > The standard percent-escapes unfortunately don't work in the 3.0 SCM
> > window.
> >
> > I filed this exact bug on October 3, rdar://5521006, "Xcode 3.0's
> > SCM fails with svn if username contains '@'". It came back as
> > Duplicate of rdar://5438773.
> >
> > (BTW, this all worked fine in Xcode 2.4.x and 2.5, and without any
> > escaping.)
>
> If the OP were using SSH, he could modify something (I'm not sure
> what, I'll invoke Clark's name and hopefully he can share the magic he
> knows) to say "when connecting to this server, use this user name."
For the archives sake:
If the OP *were* using svn+ssh, they could add the following to their
~/.ssh/config file:
Host mysvnserver.net
User email@hidden
Then anytime ssh is used to connect to mysvnserver.net (even when that
connection is made on behalf of svn), it will supply "email@hidden" as
the remote username. So, from then on, the subversion URL would be:
svn+ssh://mysvnserver.net/svn/repository/balh/blah/blah
But as Chris mentioned, this isn't really helpful in the OP's case.
--
Clark S. Cox III
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden