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

Diff for /src/usr.bin/cvs/tag.c between version 1.17 and 1.18

version 1.17, 2005/05/24 04:12:25 version 1.18, 2005/05/24 07:38:46
Line 275 
Line 275 
                 return (CVS_EX_DATA);                  return (CVS_EX_DATA);
         }          }
   
         if (rcs_sym_add(rf, tag_name, tag_rev) < 0) {          if (!cvs_noexec) {
                 cvs_log(LP_ERR, "failed to tag %s: %s", rcspath,                  if (rcs_sym_add(rf, tag_name, tag_rev) < 0) {
                     rcs_errstr(rcs_errno));                          cvs_log(LP_ERR, "failed to tag %s: %s", rcspath,
                               rcs_errstr(rcs_errno));
                   }
         }          }
   
         cvs_printf("T %s\n", fpath);          cvs_printf("T %s\n", fpath);

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18