• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Using Subversion with Xcode 3.1.1 on local network?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Using Subversion with Xcode 3.1.1 on local network? (From: Ashley Mills <email@hidden>)

  • Prev by Date: Xcode Build Script Problem with openssl
  • Next by Date: Automatically Remove Unused #import Directives
  • Previous by thread: Using Subversion with Xcode 3.1.1 on local network?
  • Next by thread: gcc 4.2 disables PowerPC G3 support
  • Index(es):
    • Date
    • Thread