On Wed, Oct 25, 2023 at 11:13:44AM +0600, Maria Morisot wrote: > I've been trying now for a month to download source via CVS as per > instructions on openbsd.org; I get operation timed out every time. I get no > ping from anoncvs.ca.openbsd.org > > I want to help work on the project in any way I can; I love OpenBSD. > --
Hey, Maria. As an added tip I can highly recommend populating the CVSROOT environment in your preferred shell. e.g.: ~/.profile: CVSROOT=anon...@anoncvs.spacehopper.org:/cvs export CVSROOT Then all you have to do for checkout in current is: cd /usr && cvs -q checkout -P ports and for updating: cd /usr/ports && cvs -q up -Pd A Not sure if its industry standard among the porters, but it make it a lot easier to remember the commands Regards -Ampie