[BACK]Return to admin.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/admin.c between version 1.18 and 1.19

version 1.18, 2005/07/07 14:27:57 version 1.19, 2005/07/11 08:32:36
Line 361 
Line 361 
         RCSFILE *rf;          RCSFILE *rf;
         struct cvsroot *root;          struct cvsroot *root;
   
           if (cf->cf_type == DT_DIR) {
                   if (verbosity > 1)
                           cvs_log(LP_INFO, "Administrating %s", cf->cf_name);
                   return (0);
           }
   
         if (cf->cf_cvstat == CVS_FST_UNKNOWN) {          if (cf->cf_cvstat == CVS_FST_UNKNOWN) {
                 cvs_log(LP_WARN, "I know nothing about %s", fpath);                  cvs_log(LP_WARN, "I know nothing about %s", fpath);
                 return (0);                  return (0);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19