CommandParameters parameters )
throws ScmException, AccuRevException
{
boolean result = false;
AccuRev accurev = repository.getAccuRev();
AccuRevInfo info = accurev.info( null );
String providerMessage = "";
if ( info == null )
{
providerMessage = "Unable to retrieve accurev info";