protected abstract SvnCommand getInfoCommand();
public InfoScmResult info( ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters )
throws ScmException
{
SvnCommand cmd = getInfoCommand();
return (InfoScmResult) executeCommand( cmd, repository, fileSet, parameters );
}