[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.40 and 1.41

version 1.40, 2005/12/30 02:03:28 version 1.41, 2005/12/30 17:51:01
Line 179 
Line 179 
          * 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, init 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) &&

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41