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

Diff for /src/usr.bin/cvs/checkout.c between version 1.6 and 1.7

version 1.6, 2004/07/30 18:14:07 version 1.7, 2004/08/03 04:56:27
Line 70 
Line 70 
                 return (EX_USAGE);                  return (EX_USAGE);
         }          }
   
         dir = cvs_file_get(".", CF_IGNORE|CF_MKADMIN);          dir = cvs_file_get(".", CF_IGNORE);
         root = CVS_DIR_ROOT(dir);          root = CVS_DIR_ROOT(dir);
         if (root->cr_method != CVS_METHOD_LOCAL) {          if (root->cr_method != CVS_METHOD_LOCAL) {
                 cvs_connect(root);                  cvs_connect(root);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7