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

Re: Disabling Automatic Merge on Update?

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-10-28 02:24:10 CEST

On Oct 27, 2005, at 17:58, scott@websig.com wrote:

> Is there a way to disable the automatic merge on update? I want to
> do this for the entire repository - not just a file-by-file.
> Please advise...

I think you do that like this:

svn update --diff3-cmd=/usr/bin/false

Or, you could change the MIME type of all files in your repository to
something that Subversion will not automatically merge (meaning:
anything that doesn't start with text/, and a few other exceptions)
but that's always seemed like a kludge to me.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 28 02:27:07 2005

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.