On Mon, Dec 16, 2019 at 10:55:17AM +0530, putridsou...@gmail.com wrote: > Currently I'm running the -stable OPENBSD-6.6 > I want to set up the ports repository so > I followed the faqs to set up a /usr/ports partition, > changed the group to wsrc and file modes to 775. > Then I added my local user to wsrc group. > After changing directory to /usr, I hit the following > command > > cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs checkout \ > -rOPENBSD_6_6 -P ports > > The output; > cvs server: duplicate key found for 'y' > U ports/.cvsignore > U ports/Makefile > ..........and then the normal output followed.
Based on cvs code inspection it looks like the CVSROOT/val-tags file is broken on the server. I can reproduce this with a reposync'd CVS repository, too. The last line in that file looks suspect. It contains no tag name: $ tail CVSROOT/val-tags mesa-19_0_5 y mesa-19_0_8 y LLVM_8_0_0 y LLVM_8_0_1 y UNBOUND_1_9_3 y OPENBSD_6_6 y OPENBSD_6_6_BASE y libdrm_2_4_100 y kn y y $