Re: CVS - Xcode - SSH
Re: CVS - Xcode - SSH
- Subject: Re: CVS - Xcode - SSH
- From: Philip Aker <email@hidden>
- Date: Thu, 29 Apr 2004 03:54:10 -0700
On Thursday, Apr 29, 2004, at 01:51 US/Pacific, Jon Olsson wrote:
Alternatively:
create ~/.MacOSX/environment.plist with the following contents:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.
com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CVS_RSH</key>
<string>ssh</string>
</dict>
</plist>
Then logout and login again, that would make the environment variable
CVS_RSH visible to all non-shell started applications.
An alternate to the alternate is the command line:
defaults write ~/.MacOSX/environment CVS_RSH "ssh"
Philip Aker
http://www.aker.ca
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.