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

Re: Please! - this question has been asked before by others but never answered?

From: Kevin Greiner <greinerk_at_gmail.com>
Date: 2006-02-07 16:41:12 CET

On 2/7/06, Royce Fessenden <rfessenden@dmp.com> wrote:
>
> Several times I have needed to edit a patch for various reasons. About 50%
> of the time it doesn't work due to some syntax issue that I have not been
> able to figure out. I've searched the mailing list of Tortoise, Subversion,
> as well as a general google search, but have never found any documentation
> on the "unified diff format".

Copied from the manual:

Subversion uses its internal diff engine, which produces unified diff
format, by default. If you want diff output in a different format,
specify an external diff program using --diff-cmd and pass any flags
you'd like to it using the --extensions switch. For example, to see
local differences in file foo.c in context output format while
ignoring whitespace changes, you might run svn diff --diff-cmd
/usr/bin/diff --extensions '-bc' foo.c.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Feb 7 16:50:57 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

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