@Override
public RemoteInfoScmResult remoteInfo( ScmProviderRepository repository, ScmFileSet fileSet,
CommandParameters parameters )
throws ScmException
{
SvnRemoteInfoCommand svnRemoteInfoCommand = new SvnRemoteInfoCommand();
return svnRemoteInfoCommand.executeRemoteInfoCommand( repository, fileSet, parameters );
}