Re: Using Subversion with Xcode 3.1.1 on local network?
Re: Using Subversion with Xcode 3.1.1 on local network?
- Subject: Re: Using Subversion with Xcode 3.1.1 on local network?
- From: "Clark Cox" <email@hidden>
- Date: Mon, 27 Oct 2008 20:47:25 -0700
It seems to me that you have not configured apache to call through to
your subversion server (see
<http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.serverconfig.httpd>),
or have not enabled Web Sharing. However, you may want to use
svn+ssh:// instead of http://, the advantages being that there is
virtually no setup involved and authentication is handled by ssh
instead of by svn or apache.
So, as long as ssh is enabled on your iMac, and your repository is
readable and writable by your user, you can access your repository
with the following URL:
svn+ssh://email@hidden/Users/ashleymills/Public/Subversion/projectX
On Mon, Oct 27, 2008 at 3:15 PM, Ashley Mills <email@hidden> wrote:
> Hi,
> I've got Subversion working fine on my iMac and want to be able to share the
> repository over my local wireless network and make it available to my
> PowerBook , but I'm having some trouble figuring it out.
> The repository is currently residing on the iMac in
> ~/Public/Subversion/projectX. ~/Public is set to read/write for all users
> File sharing is switched on and, according to the sharing preferences, the
> Local Hostname is iMac.local
> On the PowerBook, I've added the repository with the following settings:
> Scheme - http
> Host - iMac.local
> Path - /Users/ashleymills/Public/Subversion/projectX
> giving a URL
> of http://iMac.local/Users/ashleymills/Public/Subversion/projectX
> But it fails to validate and is giving message:
> Error: 175002 (RA layer request failed) Description: PROPFIND request failed
> on '/Users/ashleymills/Public/Subversion/projectX'
> Error: 175002 (RA layer request failed) Description: PROPFIND of
> '/Users/ashleymills/Public/Subversion/projectX': could not connect to server
> (http://iMac.local)
> Any thoughts? I suspect this is more to do with a lack of my understanding
> of networks / file sharing / etc, than a problem with subversion but any
> suggestions welcome.
--
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