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

Diff for /src/usr.bin/cvs/client.c between version 1.76 and 1.77

version 1.76, 2007/09/07 19:18:41 version 1.77, 2007/09/07 19:36:05
Line 398 
Line 398 
   
         cvs_get_repository_path(dir, repo, MAXPATHLEN);          cvs_get_repository_path(dir, repo, MAXPATHLEN);
   
         if (cvs_cmdop != CVS_OP_RLOG)          if (cvs_cmdop == CVS_OP_CHECKOUT && strcmp(dir, "."))
                   return;
           else if (cvs_cmdop != CVS_OP_RLOG)
                 cvs_client_send_request("Directory %s\n%s", dir, repo);                  cvs_client_send_request("Directory %s\n%s", dir, repo);
   
         (void)xsnprintf(fpath, MAXPATHLEN, "%s/%s",          (void)xsnprintf(fpath, MAXPATHLEN, "%s/%s",

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77