[Patch looks more or less on the right track, though I haven't looked in great detail. Needs test case (for both -m and -n) -kingdon] Date: Fri, 6 Mar 1998 16:22:06 -0600 To: bug-cvs@prep.ai.mit.edu From: huangch.fnal.gov@sdss.fnal.gov >Submitter-Id: net >Originator: Chih-Hao Huang >Organization: net >Confidential: no >Synopsis: cvs history -m doesn't work in remote mode >Severity: critical >Priority: high >Category: cvs >Class: sw-bug >Release: cvs-1.9 >Environment: System: IRIX sdss 5.3 11091812 IP22 mips >Description: cvs history -m module_name doesn't work in the remote mode >How-To-Repeat: % cvs history -m mymodule # mymodule is a module in a remote repository cvs server: save_file: null dir and file name cvs server: save_file: null dir and file name No records selected. >Fix: In history.c 564,566c564,565 < send_arg("-m"); < for (mod = mod_list; mod < &mod_list[mod_count]; ++mod) < option_with_arg ("-n", *mod); --- > for (mod = mod_list; mod < &mod_list[mod_count]; ++mod) > option_with_arg ("-m", *mod);