Date: Fri, 19 Jul 1996 19:08:59 -0700 (PDT) From: John Polstra <jdp> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cvs/cvs import.c Message-ID: <199607200208.TAA04081@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 96/07/19 19:08:58 Modified: gnu/usr.bin/cvs/cvs import.c Log: Check for, and disallow, duplicate tags in the "cvs import" command. RCS cannot deal with duplicate tags; the extra one always becomes inaccessible and useless. This will prevent the common mistake of specifying the same name for the vendor tag and the release tag. The FreeBSD CVS repository already contains zillions of files with this error. We don't need any more of them. Revision Changes Path 1.9 +7 -0 src/gnu/usr.bin/cvs/cvs/import.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607200208.TAA04081>