193194195196197198199200201202203
g.append("Publish: (needed) <em>" , sc.statusToString(sst) , "</em><br>"); } else { g.append("Publish: <em>" , sc.statusToString(sst) , "</em><br>"); } } catch (CvsException ex) { g.append("Publish: <strong>CVS ERROR</strong>: " , ex.getMessage()