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: Mon, 23 Feb 2004 17:44:22 -0800
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.