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

Re: svn diff and white space

From: David Ripton <dripton_at_ripton.net>
Date: 2005-01-06 19:00:58 CET

On 2005.01.06 12:33:32 +0000, Martin Fuchs wrote:
> is there a way to ignore white space in the "svn diff" command similar
> to the CVS command "cvs diff -wb" ?

Not built-in. But svn diff lets you use an external diff program.

svn diff --diff-cmd /usr/bin/diff -x -w

If you don't already have a diff program, GNU diff is good, free, and
portable.

-- 
David Ripton    dripton@ripton.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 6 19:04:20 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.