[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.69 and 1.70

version 1.69, 2007/07/03 13:22:42 version 1.70, 2007/07/17 16:13:39
Line 390 
Line 390 
   
         cvs_get_repository_path(dir, repo, MAXPATHLEN);          cvs_get_repository_path(dir, repo, MAXPATHLEN);
   
         cvs_client_send_request("Directory %s\n%s", dir, repo);          if (cvs_cmdop != CVS_OP_RLOG)
                   cvs_client_send_request("Directory %s\n%s", dir, repo);
   
         (void)xsnprintf(fpath, MAXPATHLEN, "%s/%s",          (void)xsnprintf(fpath, MAXPATHLEN, "%s/%s",
             dir, CVS_PATH_STATICENTRIES);              dir, CVS_PATH_STATICENTRIES);

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70