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

Diff for /src/usr.bin/cvs/remove.c between version 1.83 and 1.84

version 1.83, 2015/11/05 09:48:21 version 1.84, 2017/06/01 08:08:24
Line 81 
Line 81 
                         cvs_file_run(1, &arg, &cr);                          cvs_file_run(1, &arg, &cr);
         }          }
   
         if (current_cvsroot->cr_method != CVS_METHOD_LOCAL) {          if (cvsroot_is_remote()) {
                 cvs_client_connect_to_server();                  cvs_client_connect_to_server();
                 cr.fileproc = cvs_client_sendfile;                  cr.fileproc = cvs_client_sendfile;
   
Line 96 
Line 96 
         else          else
                 cvs_file_run(1, &arg, &cr);                  cvs_file_run(1, &arg, &cr);
   
         if (current_cvsroot->cr_method != CVS_METHOD_LOCAL) {          if (cvsroot_is_remote()) {
                 cvs_client_send_files(argv, argc);                  cvs_client_send_files(argv, argc);
                 cvs_client_senddir(".");                  cvs_client_senddir(".");
                 cvs_client_send_request("remove");                  cvs_client_send_request("remove");

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84