if( svnRemoteResource1.isFolder() ){
MessageDialog.openInformation(getShell(), RbSubclipseMessages.getString("PROMPTING_INFORMATION_LABLE"),
RbSubclipseMessages.getString("ERROR_COMPARE_1")); //$NON-NLS-1$
return ;
}else{
ResourceEditionNode left = new ResourceEditionNode( svnRemoteResource1 );
ResourceEditionNode right = new ResourceEditionNode( svnRemoteResource2 );
compareEditorInput = new SVNCompareEditorInput(left, right);
}
if( null != compareEditorInput ){
try {
compareEditorInput.run( new NullProgressMonitor() );