Skip to content

Commit

Permalink
[SCM-954] Always use --internal-diff for SvnDiffCommand in svnexe pro…
Browse files Browse the repository at this point in the history
…vider

This closes #120
  • Loading branch information
michael-o committed Aug 5, 2021
1 parent e58ccd6 commit 3a10d0f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -99,6 +99,8 @@ public static Commandline createCommandLine( SvnScmProviderRepository repository

cl.createArg().setValue( "diff" );

cl.createArg().setValue( "--internal-diff" );

if ( startVersion != null && StringUtils.isNotEmpty( startVersion.getName() ) )
{
cl.createArg().setValue( "-r" );
Expand Down

0 comments on commit 3a10d0f

Please sign in to comment.