• 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: XCode 2.0 and OCVS Help
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XCode 2.0 and OCVS Help


  • Subject: Re: XCode 2.0 and OCVS Help
  • From: Bill Bumgarner <email@hidden>
  • Date: Wed, 4 May 2005 10:15:15 -0700

On May 4, 2005, at 9:54 AM, Daniel Ellis wrote:
Still no luck, checking out the project again doesn't help. I tried making a brand new project, adding it to my cvs repository, then checking it out, then in xcode, tried committing the whole project, and got the sam error.

Is anyone out there using XCode 2.0 and OCVS successfully? Anyone seeing this same error. I'm not sure if I'm doing something wrong, or what, but any help would be much appreciated.

"ocvs commit: in directory build/<project>.build/<project>.pbxindex/ strings.pbxstrings:
ocvs [commit aborted]: there is no version here; do 'ocvs checkout' first"


The 'build' directory has been added to CVS somehow. That is bad as it contains nothing but intermediate and product files, many of which are 'rm -rf'd' on a regular basis.

To fix:

- check out a fresh workarea

- ocvs remove -fR build

- ocvs commit -m 'Removed build directory that should not have been in CVS in the first place.'

- cd /original/work/area

- rm -rf build

- ocvs update -dPA

This, of course, assumes that you did not intentionally create a "build" directory in your project. If you did, the clean up will be considerably more tedious.

b.bum
_______________________________________________
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


References: 
 >RE: XCode 2.0 and OCVS Help (From: "Daniel Ellis" <email@hidden>)

  • Prev by Date: Cross-development (was: command line building)
  • Next by Date: Re: XCode 2.0 and OCVS Help
  • Previous by thread: RE: XCode 2.0 and OCVS Help
  • Next by thread: Re: XCode 2.0 and OCVS Help
  • Index(es):
    • Date
    • Thread