RE: XCode and subversion
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