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

Re: visual diff

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-02-26 11:34:24 CET

solo turn <soloturn99@yahoo.com> writes:

> i was not able to find the description of how to use a visual diff
> program in subversion any more (book, svn help diff). i just entered
> the path into the "config" file.
>
> but:
> - how can i use another visual diff program (mine says it does not
> know -u switch)?

You might have to write a script that wraps your visual diff program,
ignores a -u parameter, and add any params your diff program needs.

> - how can i do a binary compare? even if the diff program supports
> it, subversion says "no, we don't do that" before even calling the
> diff program

Hm. That's a good point. I suppose you can't.

> - is there a difference between a diff for viewing changes (the
> user), and a diff for sending changes to the server?

The diffs sent to and from the server are binary diffs -- not
contextual, human-readable ones.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 26 11:34:24 2004

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

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