Re: (MVC) Disappearing Source == Disappearing Source Control?
Re: (MVC) Disappearing Source == Disappearing Source Control?
- Subject: Re: (MVC) Disappearing Source == Disappearing Source Control?
- From: Chris Ridd <email@hidden>
- Date: Tue, 01 Jul 2003 17:34:16 +0100
On 1/7/03 4:30 pm, Roy Lovejoy <email@hidden> wrote:
>
But with an uber-cool, yet quite graphical representation, how can
>
engineer #2 see what UI engineer #1
>
mucked with in their nib file, and now, the control representations in
>
their nib file?.
CVS typically checks in nibs as binary. (ie diffs aren't directly useful)
You could run the command-line nibtool on both nibs, and diff the resulting
output.
>
Snooping in a .nib, I see some ascii files, and some binary stream
>
files, so it's not a clear cut case of
>
diffing text.
>
(besides, it would give me the heebies to edit the individual files
>
contained in .nib packages)
Carbon nibs are already XML; maybe Cocoa nibs will become XML at some point.
Cheers,
Chris
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.