Re: Change internal diff default settings
From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Tue, 9 Sep 2008 01:09:19 -0500
On Sep 8, 2008, at 22:13, Grigory V. Kareev wrote:
> How I can change internal diff program default settings?
In the ~/.subversion/config file, you can set diff-cmd to your
In ~/.subversion/config, add this line:
diff-cmd = /usr/local/bin/diffignorewhitespace
The contents of /usr/local/bin/diffignorewhitespace would be:
#!/bin/bash
(Means: prepend "--ignore-space-change" to the parameters Subversion
Make sure /usr/local/bin/diffignorewhitespace has been given the
chmod 755 /usr/local/bin/diffignorewhitespace
---------------------------------------------------------------------
|
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.