Re: Subversion revision controll system
Re: Subversion revision controll system
- Subject: Re: Subversion revision controll system
- From: email@hidden (Simon Fraser)
- Date: Fri, 23 May 2003 14:14:35 -0700
Martin Hdcker wrote:
Hi there,
is there anybody out there working with subversion already?
I've played with it a bit. It's nice!
As far as my testing goes it's much easier to handle than cvs but I am
somewhat lost on how it handles the various special files needed for
cocoa development.
It doesn't have any support for wrappers, as far as I can tell, so
.nibs are treated just like directories.
As far as I have concluded the separation between binary or text files
isn't needed at all anymore but I am not sure if this brings the
abillity that .nib files could be corrupted during a update?
When you add or import a file, svn does a pretty good job of detecting
whether the file is binary. If you need to enforce binary-ness for
a file, you can do it by setting the MIME type property on the file.
See <
http://svnbook.red-bean.com/html-chunk/apas08.html>
Simon
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.