* the evolizer exception
*/
public void cvsLogForProject(ICommandOutputListener listener, IProgressMonitor monitor) throws EvolizerException {
try {
fCVSSession.open(null);
RLog rLog = new RLog();
ICVSRemoteFolder f = fCVSRepositoryLocation.getRemoteFolder(fRemoteModulePath, CVSTag.DEFAULT);
/*Command.LOG*/rLog.execute(
fCVSSession,
Command.NO_GLOBAL_OPTIONS,
Command.NO_LOCAL_OPTIONS,
new ICVSRemoteFolder[]{f},
listener,