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

Re: mailer.py diff in windows

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2006-05-09 00:19:34 CEST

Daniell, Casey B wrote:
> How do I get the mailer.py tool to email diffs under windows? Obviously,
> windows doesn't have /usr/bin/diff built in, how do I call out to
> Araxis, Beyond Compare, Windiff or some other standard windows tool?
>
> I see the line I need to change, but can't figure out how to get it
> changed properly (yes, I am using the full path to Araxix Compare, but I
> am not wed to that tool).

IIRC mailer.py uses svn's own internal diff to show file differences,
and only uses the diff command to get property differences. It's been a
while since it was in the source though.

 From my mailer.conf:

# On Windows, you can use the GNU DiffUtils package from
# http://gnuwin32.sourceforge.net/packages/diffutils.htm
diff = C:\Progra~1\GnuWin32\bin\diff.exe -u -L %(label_from)s -L
%(label_to)s %(from)s %(to)s

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 9 00:20:20 2006

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.