• 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
Fwd: Can't change Xcode project's CVS repository
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Can't change Xcode project's CVS repository


  • Subject: Fwd: Can't change Xcode project's CVS repository
  • From: Steve Checkoway <email@hidden>
  • Date: Wed, 15 Mar 2006 23:34:29 -0800

Oops, clicked 'Reply.'

- Steve


Begin forwarded message:

From: Steve Checkoway <email@hidden>
Date: March 15, 2006 11:32:03 PM PST
To: email@hidden
Subject: Re: Can't change Xcode project's CVS repository


On Mar 15, 2006, at 10:10 PM, Tron Thomas wrote:

Chris Espinosa wrote:

On Mar 15, 2006, at 9:20 PM, Tron Thomas wrote:

The effect of this is that when I open an Xcode project that is configured to use CVS, my iBook complains that it cannot access the repository. How am I supposed to change the location of the repository in my Xcode project so it will access the CVS server at the proper IP address?


The cvs client caches the repository's URL in the ~/.cvspass file in your home directory. Remove that file and re-log in to CVS.
Chris
I deleted the ~/.cvspass file and when I open the Xcode project it still wants to log into the server using the old IP address. I even updated my CVSROOT environment variable to use the new address. I don't know where it is getting the old address from.

My guess is its getting it from the CVS/Root file that's in every directory under revision control. You might need to change those. Something like:


$ find project_dir -path '*/CVS/Root' -print0 | xargs -0 sed 's/ old_ip/new_ip/'

should change the root in all of those directories in one fell (is there really any other kind?) swoop.

- Steve


Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
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

  • Prev by Date: Re: Can't change Xcode project's CVS repository
  • Next by Date: Re: Xcode doesn't set executable bit for built executable
  • Previous by thread: Re: Can't change Xcode project's CVS repository
  • Next by thread: "svn:Working copy '/Volumes/... ~.nib' is missing or not locked"
  • Index(es):
    • Date
    • Thread