Re: Subversion and nib files workaround?
Re: Subversion and nib files workaround?
- Subject: Re: Subversion and nib files workaround?
- From: Rick Mann <email@hidden>
- Date: Tue, 11 Mar 2008 10:53:36 -0700
On Mar 10, 2008, at 5:59 PM, Ron Fleckner wrote:
Just wanted to check what other people are doing when using
subversion. After much frustration when modifying nibs, I googled
and found out that Xcode (or IB?) removes, or doesn't reinstate
the .svn directories in *~.nib's. My workaround was to remove all
of the ~.nibs from version control. But this means that whatever
function they have under Xcode is lost when checking out a new
working copy. Is this bad?
In Xcode/IB 3 you can create .xib files instead of .nib packages. Are
you not able to use this feature? The .xib file is just that--a file,
so you don't run into those other issues. When Xcode builds your
target, it expands the .xib in to a .nib package.
Also, Subversion does have global config settings:
http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.advanced.confarea
and per-directory ignores:
http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.advanced.props.special.ignore
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden