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: Andrew Carter <email@hidden>
- Date: Tue, 24 Feb 2004 10:34:35 -0800
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.
Andrew
On Feb 23, 2004, at 5:44 PM, b.bum wrote:
On Feb 23, 2004, at 4:53 PM, Pete Yandell wrote:
Anybody got a clever workaround for this? Manually moving and
re-instating the .svn directory every time I want to edit a NIB is a
big pain.
Still a pain, but you could 'chmod -r u+w Foo.nib/.svn', work with the
NIB, then 'chmod -r u-w Foo.nib/.svn'.
That will at least allow IB to work with the NIB file and someone
could certainly refactor the above into a shell script that made the
process a bit less painful.
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.
_______________________________________________
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.