[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.36 and 1.37

version 1.36, 2005/10/07 21:47:32 version 1.37, 2005/10/22 17:23:21
Line 178 
Line 178 
          * We are not checking for CVS/Root since we fetched the root           * We are not checking for CVS/Root since we fetched the root
          * above via cvsroot_get().           * above via cvsroot_get().
          *           *
          * checkout, export, import and release do not depend on these files.           * checkout, export, import, init and release do not depend on these files.
          */           */
         error = 0;          error = 0;
         if ((cmd->cmd_op != CVS_OP_CHECKOUT) &&          if ((cmd->cmd_op != CVS_OP_CHECKOUT) &&
             (cmd->cmd_op != CVS_OP_EXPORT) &&              (cmd->cmd_op != CVS_OP_EXPORT) &&
             (cmd->cmd_op != CVS_OP_IMPORT) &&              (cmd->cmd_op != CVS_OP_IMPORT) &&
               (cmd->cmd_op != CVS_OP_INIT) &&
             (cmd->cmd_op != CVS_OP_RELEASE) &&              (cmd->cmd_op != CVS_OP_RELEASE) &&
             (cmd->cmd_op != CVS_OP_VERSION)) {              (cmd->cmd_op != CVS_OP_VERSION)) {
                 /* check for the CVS directory */                  /* check for the CVS directory */

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37