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

Re: More than 3 context lines in a patch with windows client?

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 15 May 2013 20:43:08 +0200

On 15.05.2013 15:42, AnToine van Maarle wrote:
> Is it possible to create a patch with more than 3 context lines before and after the changed lines?
>
> I know there are command line options like
> svn diff --diff-cmd=diff -x -U20
>
> but is that (somehow) possible with the tortoise svn client for windows?

No, because when you specify
--diff-cmd=diff
you tell the command line client to use the diff command you've
installed on your system, and *that* diff tool accepts the U20 parameter.
The internal diff engine of svn has a fixed value of three context lines.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3055632
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-05-15 20:43:22 CEST

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.