[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.155 and 1.156

version 1.155, 2008/06/19 19:04:59 version 1.156, 2008/06/28 13:10:02
Line 459 
Line 459 
                 if (cvs_cmdop != CVS_OP_UPDATE)                  if (cvs_cmdop != CVS_OP_UPDATE)
                         break;                          break;
   
                 if (cf->file_rcsrev == NULL)                  if (reset_tag != 1 && reset_option != 1)
                         break;                          break;
   
                 if (tag == NULL && cvs_specified_date == -1 &&                  if (cf->file_ent != NULL && cf->file_ent->ce_tag == NULL)
                     cvs_directory_date == -1 && !reset_tag &&  
                     !reset_option)  
                         break;                          break;
   
                 if (cf->file_rcs->rf_dead != 1 &&                  if (cf->file_rcs->rf_dead != 1 &&

Legend:
Removed from v.1.155  
changed lines
  Added in v.1.156