Re: Nib files checked out of Subversion are read-only
Re: Nib files checked out of Subversion are read-only
- Subject: Re: Nib files checked out of Subversion are read-only
- From: Chris Pavicich <email@hidden>
- Date: Thu, 18 Mar 2004 16:40:59 -0500
On Thursday, March 18, 2004, at 03:08PM, Chaffinch <email@hidden> wrote:
>
Anyone else using Subversion?
I am.
>
I have recently started storing my projects under Subversion. So far this has
>
worked very well. However, I had cause to edit a nib file today and when I
>
open it in Interface Builder I get a message to say that the nib file is
>
read-only!
The problem is with the .svn directory inside of your nib file. It is read-only
and the version of IB you are using can't cope with it. It is a known issue.
The best work around is to chmod -R a+w YOUR_NIB_FILE, before you open
it in IB.
_______________________________________________
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.