log.warn(message);
throw new RepositoryException(message);
}
for(InternalRevisionInfo revision : revisions) {
CommitFileImpl commitFile = new CommitFileImpl();
String filename = revision.getItemPath();
commitFile.setName(filename);
commitFile.setRevision("cs:" + csId);
files.add(commitFile);
}
return files;
}