[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.4 and 1.5

version 1.4, 2004/08/13 13:27:52 version 1.5, 2004/11/09 20:59:07
Line 121 
Line 121 
   
         root = CVS_DIR_ROOT(cf);          root = CVS_DIR_ROOT(cf);
   
         cvs_sendreq(root, CVS_REQ_ISMODIFIED, cf->cf_name);          if (root->cr_method != CVS_METHOD_LOCAL) {
                   cvs_sendreq(root, CVS_REQ_ISMODIFIED, cf->cf_name);
         if (cvs_cmdop == CVS_OP_SERVER) {          }
           else {
                 cvs_log(LP_INFO, "scheduling file `%s' for addition",                  cvs_log(LP_INFO, "scheduling file `%s' for addition",
                     cf->cf_name);                      cf->cf_name);
                 cvs_log(LP_INFO, "use `%s commit' to add this file permanently",                  cvs_log(LP_INFO, "use `%s commit' to add this file permanently",

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5