Oh, I didn't know that. I never use CVS for anything other than OpenBSD ports, so I read the handbook which says "you do X", I make notes for future reference so that I don't need to open up a browser every time I need to update the ports tree, and assume that "cvs -q up -Pd -A" is the CVS equivelant of "git fetch && git pull". But if that's the case, then I guess I'll need to adjust my notes a bit to prevent messing up next time.
On 2023年08月19日 09:20, Theo Buehler wrote: > On Sat, Aug 19, 2023 at 04:09:27PM +0900, lain. wrote: > > I'm on the OPENBSD_7_3 tree, never used the "current" one. > > Well, you made sure this isn't the case. > > > > > I just updated my ports tree with "cvs -q up -Pd -A", the usual stuff, > > "use the -A option to make cvs forget these specifications, and retrieve > the ``head'' version of the file" -- lain.