{
exitCode = SvnCommandLineUtils.execute( cl, consumer, stderr, getLogger() );
}
catch ( CommandLineException ex )
{
throw new ScmException( "Error while executing svn command.", ex );
}
if ( exitCode != 0 )
{
return new ChangeLogScmResult( cl.toString(), "The svn command failed.", stderr.getOutput(), false );