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

Re: Merging files

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-12-16 13:46:56 CET

John McClement wrote:
> I am evaluating subversion and am tring to understand one feature. I
> understand that when 2 different users checkout a file and both make
> changes, then subversion will merge these by default. I understand that the
> changes are committed to the repository, and only flag a conflict if changes
> have been made by both users in the same line of the file.
>
> However, in my situation, I would never want merging of files to occur. I
> would always want a conflict to be flagged.
>
> Is this possible in Subversion? If so:
>
> 1. how do I configure it for this?
> 2. Can one repository on a server be configured for merging to be on, and
> another for it to be off?

You can set this up, but it's client side, not per-repository (yes, we
agree that it would be nice to be able to configure things on a
per-repository basis, but right now you can't). Just set the users
diff3-cmd to something that always fails without doing anything
(/bin/false comes to mind). This can be either set on the command line
(the --diff3-cmd option) or in the users ~/.subversion/config file (the
diff3-cmd in the [helpers] group).

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 16 13:49:14 2004

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.