• 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
ERROR in Xcode 3 Unleashed
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ERROR in Xcode 3 Unleashed


  • Subject: ERROR in Xcode 3 Unleashed
  • From: Fritz Anderson <email@hidden>
  • Date: Tue, 5 Aug 2008 14:27:07 -0500

I want you to be aware of an error in Chapter 8 (page 97) of my book, Xcode 3 Unleashed.

This chapter covers setting up for version control with Subversion, and advises that the following be added to the global-ignores line of the ~/.subversion/config file:

build * .nib *.so *.pbxuser *.mode* *.perspective*

THIS IS IN ERROR. The added text should properly be

build *~.nib *.so *.pbxuser *.mode* *.perspective*

Depending on how you read the line, this would exclude either all .nib packages, or worse, ALL files, from version control.

You'll be tipped off to the error if the checked-out copy of your project is empty, or lacks NIB files. Regardless, you will have to take corrective action now.

The remedy is

1) Edit the ~/.subversion/config file as shown.

2) Use the Finder (or the command line, if you prefer) to visit each working-copy directory you checked out since you originally edited ~/.subversion/config. Identify the files that are missing, and copy them into the working directory from your original project directory.

3) On the command line, do a "svn add", listing the formerly-missing files.

It is important you do this to avoid loss of data.


The editing process had been plagued with dropped tildes, and this one slipped through. I deeply apologize for this error. My publisher and I are doing what we can to correct it.


	— F_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: ERROR in Xcode 3 Unleashed
      • From: "Kyle Sluder" <email@hidden>
  • Prev by Date: Re: Using performSelector: on super
  • Next by Date: Re: Loading a class with a specific superclass from a bundle
  • Previous by thread: Re: Loading a class with a specific superclass from a bundle
  • Next by thread: Re: ERROR in Xcode 3 Unleashed
  • Index(es):
    • Date
    • Thread