You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jeremy Pereira <je...@ntlworld.com> on 2004/10/05 15:44:55 UTC

Re: Nib file support in subversion

As others have said, this is a problem with xCode.  In fact it is an 
improvement over previous versions of xCode which tended to get 
confused by the existence of the .svn directory *inside* the nib 
(you'll find - if you haven't done so already - that a nib is just a 
directory with some other files in).  I have more or less given up on 
xCode's built in Subversion support and use the command line 
exclusively.

Another gotcha you should be aware of is that if you have a nib with no 
locali[sz]ation it is stored by default in your top level project 
directory.  If you decide it needs to be locali[sz]ed for say English, 
the whole nib will be moved into the English.lproj directory.  Needless 
to say, Subversion is not told that this has happened so you'll have to 
do an svn del and svn add to reflect the change in the repository.

On Sep 28, 2004, at 20:25, Larry Nipko wrote:

> Hello,
>
> I am testing out subversion to see if it solves a problem we have with 
> cvs
> on MacOS X and Xcode 1.5 checking in and out nib files.
>
> On my first test it appears that subversion 1.1.0 rc3 does NOT deal 
> with nib
> files any better than cvs I am hoping that I am wrong and you can tell 
> me
> how to check in nib files.
>
>
> I created a test repository on my local machine using svnadmin create
>
> I then added a test project Apple's TextEdit to the repository using 
> svn
> import.
>
> I then checked out the project from the repository using svn checkout.
>
> So far everything is fine, I was able to modify a source file and 
> check in
> from xcode and check it out without any problems I was able to add a 
> file to
> project and repository.
>
>
> I then decided to test the nib file problem so I opened the 
> preferences.nib
> file and changed the text of one of the controls save my changes and 
> quit
> interface builder.  In Xcode the nib is not marked as modified so I 
> can not
> commit the change I made. I have tried quitting and relaunching Xcode 
> to see
> if the nib file will be marked for update but no luck.
>
>
> Any help with the problem would be greatly appreciated.
>
> Thanks
>
> Larry Nipko
> -----------------------------------------------------------------------
> Lawrence R. Nipko
> Macintosh Software Engineer                  lnipko@smithmicro.com
> Smith Micro Software, Inc.                   http://www.smithmicro.com
> 251 NW Executive Way, Suite 100
> Lee's Summit MO 64063                        Fax: 816.554.9397
> -----------------------------------------------------------------------
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
--
Jeremy Pereira
http://www.jeremyp.net


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org