[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.101 and 1.102

version 1.101, 2007/06/27 03:58:16 version 1.102, 2007/06/28 04:54:11
Line 357 
Line 357 
                 break;                  break;
         case FILE_UNLINK:          case FILE_UNLINK:
                 (void)unlink(cf->file_path);                  (void)unlink(cf->file_path);
                 cvs_checkout_file(cf, cf->file_rcsrev, CO_REMOVE);                  if (cvs_server_active == 1)
                           cvs_checkout_file(cf, cf->file_rcsrev, CO_REMOVE);
         case FILE_REMOVE_ENTRY:          case FILE_REMOVE_ENTRY:
                 entlist = cvs_ent_open(cf->file_wd);                  entlist = cvs_ent_open(cf->file_wd);
                 cvs_ent_remove(entlist, cf->file_name);                  cvs_ent_remove(entlist, cf->file_name);

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102