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

Re: "svn diff" vs "diff" - want diff to look like svn diff

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-18 20:54:26 CEST

"Jeff Cave" <jeff.cave@sunergon.com> writes:

> I would like to have the output of gnu's "diff" to look like the
> output of "svn diff". Now I am basing this on the assumption that
> svn diff is based on diff

Nope, not anymore. svn used to make external calls to GNU diff, but
now it generates diffs internally, thanks to Sander.

> c:\dev> diff ./rate.src ./.svn/text-base/rate.src.svn-base
> 16,17d15
> < Dongles 13
> > Dongles 113

Try 'diff -u'. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 18 20:56:19 2003

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.