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

Diff for /src/usr.bin/cvs/cmd.c between version 1.20 and 1.21

version 1.20, 2005/05/24 04:21:54 version 1.21, 2005/05/25 04:12:54
Line 179 
Line 179 
   
         if ((root->cr_method != CVS_METHOD_LOCAL) && (cvs_connect(root) < 0))          if ((root->cr_method != CVS_METHOD_LOCAL) && (cvs_connect(root) < 0))
                 return (CVS_EX_PROTO);                  return (CVS_EX_PROTO);
         if (cvs_trace)  
                 cvs_log(LP_TRACE, "cvs_startcmd() CVSROOT=%s", root->cr_str);          cvs_log(LP_TRACE, "cvs_startcmd() CVSROOT=%s", root->cr_str);
   
         if (cmd->cmd_pre_exec != NULL) {          if (cmd->cmd_pre_exec != NULL) {
                 if ((ret = cmd->cmd_pre_exec(root)) != 0)                  if ((ret = cmd->cmd_pre_exec(root)) != 0)

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21