One Quickie


Checking .nib and .pbproj files into CVS (CVS->General)
You'll need to use the cvswrappers file provided in the devtools. The easiest thing to do is to copy it to your homedir and prepend a dot:

% cp /Developer/Tools/cvswrappers ~/.cvswrappers

You can also add the contents of that fike to your repository.

.pbproj files aren't handled by the cvswrappers by default. You'll need to add a line like this:

*.pbproj -k 'b' -f '/Developer/Tools/cvs-unwrap %s' -t '/Developer/Tools/cvs-wrap %s %s' -m 'COPY'



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com