Re: Subversion and Interface Builder; was YANP (Yet Another Nib Problem)
Re: Subversion and Interface Builder; was YANP (Yet Another Nib Problem)
- Subject: Re: Subversion and Interface Builder; was YANP (Yet Another Nib Problem)
- From: "b.bum" <email@hidden>
- Date: Tue, 24 Feb 2004 12:01:41 -0800
On Feb 24, 2004, at 10:34 AM, Andrew Carter wrote:
That's not the problem. .svn is already writable. I don't think IB
is ignoring the directory.
I tried using:
defaults write com.apple.InterfaceBuilder VersionControlDirectory
"(CVS, .svn)"
The entries are put into IB preferences but it doesn't seem to use
them. I also tried deleting the preferences file and letting IB
recreate (since it says that CVS and .svn are ok). That didn't work
either.
Look inside the .svn directory. It contains read-only files. That is
the problem and, as you discovered, IB does treat the CVS directory in
a special way when determining whether or not the NIB is read-only.
It fails to skip looking inside the .svn for read-only files,
regardless of the default value.
Setting the files inside the .svn to read/write works around the
problem...
b.bum
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.