Re: Subversion and Interface Builder
Re: Subversion and Interface Builder
- Subject: Re: Subversion and Interface Builder
- From: "Kirk A. Stork" <email@hidden>
- Date: Tue, 24 Feb 2004 18:00:06 -0500
Andrew,
I don't use subversion, but I'm wondering... The Developer tools come
with some CVS Wrapper scripts that (I think) shield file bundles like
nibs from all the stuff CVS normally does in a directory - I think this
also causes you to lose actual versioning on shielded files. I'm
wondering if subversion has a similar hook, and whether you could adapt
those scripts for use with subversion?
The scripts are /Developer/Tools/cvs-wrap
and /Developer/Tools/cvs-unwrap
Kirk
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.
_______________________________________________
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.