On Wed, Feb 21, 2007 at 12:16:51PM +1100, Dave Harrison wrote: > Hey guys, > > I've looked at the web front end for the cvs tree and looking in > ports/lang/python/ with the filter of OPENBSD_4_0 and 2.5 seems to be in > there. > > http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/python/?only_with_tag=OPENBSD_4_0 > > But when I do a `cvs checkout -rOPENBSD_4_0 ports` > > I don't get a 2.5 directory. > > Am I doing something wrong ??
Not really, but CVS doesn't work that way (mostly, because it isn't exactly smart where directories are concerned, for which there are good historical reasons - look up rcs and such - but which still sucks). Note that http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/python/2.5/?only_with_tag=OPENBSD_4_0 does not show the files in question, and that http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/python/2.4/Makefile?only_with_tag=OPENBSD_4_0 has tags OPENBSD_4_0_BASE, OPENBSD_4_0. Joachim