Date: Wed, 16 Jul 1997 00:20:49 +0900 From: itojun@itojun.org To: Jun-ichiro Itoh <itojun@freebsd.org> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-CVSROOT@freebsd.org Subject: Re: cvs commit: CVSROOT modules Message-ID: <6105.868980049@itojun.csl.sony.co.jp> In-Reply-To: Jun-ichiro Itoh <itojun@FreeBSD.ORG>'s message of Tue, 15 Jul 1997 08:01:54 -0700 (PDT). <199707151501.IAA25961@freefall.freebsd.org> References: <199707151501.IAA25961@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>itojun 1997/07/15 08:01:54 PDT > > Modified files: > . modules > Log: > removing duplicate. > > the duplicate was made by "easy-import -n". > I'll make a check on this... I did the following: % easy-import -n dc3play % easy-import dc3play "cvs co modules" is performed on the first line, and modules/modules is modified to have a entry for "dc3play". On the second line, "cvs co modules" will be performed again, however, there will be no changes made. modules/modules is modified to have a entry for "dc3play", which will generate a duplicate. Here's a patch to prevent this. Could someone check this? itojun --- *** easy-import- Wed Jul 16 00:19:44 1997 --- easy-import Wed Jul 16 00:20:09 1997 *************** *** 373,379 **** "${modname} --> $area/${modpath}\" modules") && die "Commit failed\n"; ! system("cvs $dont_do_it -Q release -d modules"); } print "${so}Importing source. Enter a commit message in the editor.${se}\n"; --- 373,380 ---- "${modname} --> $area/${modpath}\" modules") && die "Commit failed\n"; ! # we always release "modules" to prevent duplicate ! system("cvs -Q release -d modules"); } print "${so}Importing source. Enter a commit message in the editor.${se}\n";
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6105.868980049>