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

Re: Checking out a specific revision

From: Fred Hewett <fhewett_at_gmail.com>
Date: 2006-02-09 22:52:35 CET

On 2/9/06, Res Pons <pons32@hotmail.com> wrote:
> C:\>svn diff -r 24097 build.xml ==> this works but the output is so messy
> looking; all those +'s, -'s and @@ signs... I'd rather windiff it or look
> at them in some visual editor

Some people at my office also like windiff. They use a little batch
file as the diff program. E.g., create a one-line file named
windiff.bat:

windiff.exe "%6" "%7"

Then,

svn diff -r 24097 --diff-cmd windiff.bat

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 10 09:34:48 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.