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

CVS Fixes


  • Subject: CVS Fixes
  • From: Ashley Yakeley <email@hidden>
  • Date: Sun, 22 Feb 2004 23:54:27 -0800

I managed to find out why CVS kept failing when I opened a project. Basically the first CVS command XCode issues is this:

  /usr/bin/cvs -q -n update

This returns an error because I had "cvs -z3" in my ~/.cvsrc file.

To investigate this, do this:

This should succeed (-f means ignore ~/.cvsrc):
  cvs -f -n up

This should fail:
  cvs -f -z3 -n up

This should succeed if you remove the "cvs -z3" line:
  cvs -n up

Really I think it's a bug in CVS. The latest CVS from fink doesn't fix it either.

Other CVS hints:

Be sure to switch OFF the "use ssh instead of rsh" setting, even if you're using ssh.

Use SSHKeychain to make sure an SSH agent is available.

Anyway, I hope this is of help to others who might have been having CVS problems.

--
Ashley Yakeley, Seattle WA
_______________________________________________
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.

  • Follow-Ups:
    • Re: CVS Fixes
      • From: Mark Lentczner <email@hidden>
  • Prev by Date: Re: Running X11 tasks from Xcode
  • Next by Date: Re: Running X11 tasks from Xcode
  • Previous by thread: Re: Possible XCode C compiler bug
  • Next by thread: Re: CVS Fixes
  • Index(es):
    • Date
    • Thread