CvsDirectory sc =
CvsDirectory.getManager(sd, putlist.props);
int sst = sc.status(file.getName());
if (sst == CVS.FILE_C) {
g.append("Publish: (needed) <B><U>",
sc.statusToString(sst),
"</U></B><br>");
} else if ((st == CVS.FILE_M) ||
(sst != CVS.FILE_OK))
{
g.append("Publish: (needed) <em>"