Re: Problems using SCM with Xcode
Re: Problems using SCM with Xcode
- Subject: Re: Problems using SCM with Xcode
- From: Eamon Ford <email@hidden>
- Date: Mon, 5 Nov 2007 17:24:23 -0800
Thanks guys -- it was neither a working set, nor was it a good
repository URL. So I removed the "localhost" and made it just file:///Users/eamonford/Code/SVN
like you said, and now it works. :)
On Nov 5, 2007, at 2:28 PM, Kyle Sluder wrote:
You're right. But SVN does some wonky stuff with the hostname portion
of local URLs anyway. <
http://svn.collab.net/viewvc/svn/tags/1.4.5/subversion/libsvn_ra_local/split_url.c?revision=26351&view=markup
. The comments say it wants to ignore the hostname, yet it still
checks it for equality against "localhost".
--Kyle Sluder
On 11/5/07, Chris Espinosa <email@hidden> wrote:
On Nov 5, 2007, at 1:16 PM, Kyle Sluder wrote:
That's not a valid file:// URL. It should be
file:///Users/eamonford/Code/SVN (the three slashes at the
beginning
are not a typo).
Not true; file://localhost/foo is the same as file:///foo.
Chris
_______________________________________________
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
_______________________________________________
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