[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.46 and 1.47

version 1.46, 2006/01/27 10:53:23 version 1.47, 2006/01/27 12:45:21
Line 319 
Line 319 
                          * create the repository directory for us.                           * create the repository directory for us.
                          */                           */
                         if (cvs_create_dir(fpath, 1, root->cr_dir, NULL) < 0)                          if (cvs_create_dir(fpath, 1, root->cr_dir, NULL) < 0)
                                 return (CVS_EX_FILE);                                  fatal("cvs_checkout_local: cvs_create_dir failed");
                         if (fchdir(cwdfd) < 0) {                          if (fchdir(cwdfd) < 0)
                                 cvs_log(LP_ERRNO, "fchdir failed");                                  fatal("cvs_checkout_local: fchdir failed");
                                 return (CVS_EX_FILE);  
                         }  
                 } else {                  } else {
                         /*                          /*
                          * TODO: send responses to client so it'll                           * TODO: send responses to client so it'll

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47