On 2017/12/26 13:05, Artur Pedziwilk wrote: > Does anyone know what is wrong with that? > > cvs update: ignoring x11/getbdf (CVS/Repository missing) > > > I have seen that several times, I think mostly when on anoncvs.fr.openbsd.org.
This message is about your local checkout not the server. I suspect a checkout/update may have been interrupted at some point. That directory should be empty and an update with 'cvs up -Pd' (i.e. using the -P flag) should remove it. I think you should just be able to manually remove the directory from your checkout. If you run into problems, fetch a fresh checkout (at least of ports/x11). > Also, the git repository on GitHub seems kind of corrupt/misbehaving at the > same point. I'm unsure how the conversion copes with files that were removed. In general, the conversion mostly works but it's not entirely trustworthy.
