[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Trouble with merge

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-02-23 02:39:29 CET

On Feb 22, 2007, at 00:54, Michael Wladarz wrote:

> we have some trouble with the merge order.
> We worked with xcode and if svn try to merge the xcode project
> files *.mode2, *.pbxproj2, *.perspective natural are in confict!
> Is there any way to debar this project files !?

Subversion only tries to merge files it thinks are text. If you want
to exclude certain files, set their svn:mime-type property to
something that does not begin with "text/". Um... but then Subversion
will definitely mark the files as being in conflict. I don't know how
you would prevent this, though. If you have a local project file and
have made changes, and meanwhile someone else has made changes to the
same project file and checked it in, and you update, then there will
be a conflict, and you will have to resolve it manually, for example
by reading the log message of the other person's commit to see what
they changed.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 23 02:39:53 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.