• 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: XCode and subversion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: XCode and subversion


  • Subject: RE: XCode and subversion
  • From: Matthew Owings <email@hidden>
  • Date: Tue, 20 Dec 2005 17:37:09 -0800

I just finished setting up subversion on our machines here. I found the following link in the apple mailing lists that adresses your problems:

http://lists.apple.com/archives/Xcode-users/2005/Aug/msg00320.html.

Apparently, if you are logging in with ssh, bash only checks the ~/.bashrc file. If you put /opt/local/bin in there it should work.

export PATH=$PATH:/opt/local/bin.

That link referenced this one:

http://bensyverson.com/geek/svnssh/.

Ben mentions that you can rename your svnserve to svnserve.bin and create a wrapper script called svnserve:

#!/bin/sh
umask 002
svnserve.bin -t

Good luck

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
  • Follow-Ups:
    • Re: XCode and subversion
      • From: Markus Hitter <email@hidden>
  • Prev by Date: Re: Setting pointer to nil
  • Next by Date: Re: Setting pointer to nil
  • Previous by thread: Re: XCode and subversion
  • Next by thread: Re: XCode and subversion
  • Index(es):
    • Date
    • Thread