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

Diff for /src/usr.bin/cvs/add.c between version 1.49 and 1.50

version 1.49, 2006/05/30 08:23:31 version 1.50, 2006/05/30 09:11:24
Line 230 
Line 230 
                 }                  }
                 stop = 1;                  stop = 1;
                 break;                  break;
           case FILE_CONFLICT:
           case FILE_LOST:
           case FILE_MODIFIED:
         case FILE_UPTODATE:          case FILE_UPTODATE:
                 if (cf->file_rcs != NULL && cf->file_rcs->rf_dead == 0) {                  if (cf->file_rcs != NULL && cf->file_rcs->rf_dead == 0) {
                         cvs_log(LP_NOTICE, "%s already exists, with version "                          cvs_log(LP_NOTICE, "%s already exists, with version "

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50