try {
// First step: does the private version needs commit ?
File d = new File(file.getParent());
CvsDirectory c = CvsDirectory.getManager(d, props);
if ( c.status(file.getName()) == CVS.FILE_M ) {
String author = pe.getAuthor();
String env [] = { "USER="+author ,
"LOGNAME="+author };
String msg = ((author != null)
? "Published by "+author+" through Jigsaw"