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

Diff for /src/usr.bin/cvs/update.c between version 1.92 and 1.93

version 1.92, 2007/01/31 21:07:36 version 1.93, 2007/02/09 03:49:15
Line 145 
Line 145 
   
         cvs_log(LP_TRACE, "cvs_update_enterdir(%s)", cf->file_path);          cvs_log(LP_TRACE, "cvs_update_enterdir(%s)", cf->file_path);
   
         cvs_file_classify(cf, NULL, 0);          cvs_file_classify(cf, NULL);
   
         if (cf->file_status == DIR_CREATE && build_dirs == 1) {          if (cf->file_status == DIR_CREATE && build_dirs == 1) {
                 cvs_mkpath(cf->file_path);                  cvs_mkpath(cf->file_path);
Line 285 
Line 285 
         }          }
   
         flags = 0;          flags = 0;
         cvs_file_classify(cf, tag, 1);          cvs_file_classify(cf, tag);
   
         if ((cf->file_status == FILE_UPTODATE ||          if ((cf->file_status == FILE_UPTODATE ||
             cf->file_status == FILE_MODIFIED) && cf->file_ent != NULL &&              cf->file_status == FILE_MODIFIED) && cf->file_ent != NULL &&

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93