[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.80 and 1.81

version 1.80, 2007/09/17 18:36:54 version 1.81, 2007/09/22 15:30:29
Line 398 
Line 398 
   
         cvs_get_repository_path(dir, repo, MAXPATHLEN);          cvs_get_repository_path(dir, repo, MAXPATHLEN);
   
         if (cvs_cmdop == CVS_OP_CHECKOUT && strcmp(dir, "."))          if (cvs_cmdop != CVS_OP_RLOG)
                 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.80  
changed lines
  Added in v.1.81