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