• 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: CVS - Xcode - SSH
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS - Xcode - SSH


  • Subject: Re: CVS - Xcode - SSH
  • From: "email@hidden" <email@hidden>
  • Date: Thu, 29 Apr 2004 13:30:20 +0200

Thank you very much.

Seems to work now. The is an initial authorization window popping up where I just select Cancel then the public key authentication works.

Roman Bertolami


Am 29.04.2004 um 10:51 schrieb Jon Olsson:

On 2004-04-29, at 10.26, email@hidden wrote:

Hi

I am quite new to Xcode. I have imported a cocoa project in the cvs at sourceforge.net. Now I would like to use the Xcode CVS interface to manage updates and commits. But Xcode does not recognize the CVS repository, it just searches and then claims that no . And I did not see any option to set CVS parameters.

Install SSH agent and set the environment variable CVS_RSH to ssh http://www.phil.uu.nl/~xges/ssh/

And at the same time, start utilizing public key SSH authentication.

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.

HTH, Jon
_______________________________________________
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.
_______________________________________________
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.


References: 
 >CVS - Xcode - SSH (From: "email@hidden" <email@hidden>)
 >Re: CVS - Xcode - SSH (From: Jon Olsson <email@hidden>)

  • Prev by Date: Re: CVS - Xcode - SSH
  • Next by Date: Re: xcode 1.2, -fast and ppc_intrinsics.h
  • Previous by thread: Re: CVS - Xcode - SSH
  • Next by thread: .lproj files....
  • Index(es):
    • Date
    • Thread