Re: Snake farm

Neal Norwitz <[email protected]> Sun, 03 Nov 2002 17:08:16 -0500
Newsgroups gmane.comp.python.snake-farm.user
Message-ID <[email protected]>
On Sun, Nov 03, 2002 at 10:00:53AM +0100, Anders Qvist wrote:
> On Sun, Nov 03, 2002 at 09:51:12AM +0100, Anders Qvist wrote:
> > On Sat, Nov 02, 2002 at 06:51:01PM -0500, Neal Norwitz wrote:
> > > I am mostly testing 2.3, but can test 2.2 as well.
> > 
> > The PBF people have also requested this.
> 
> Which CVS branch do I want to test (there are a few to choose from)?

I typically do something like this:

        cd python/dist
        cp -pr src 2.2
        cd 2.2
        cvs upd -dP -r release22-maint

The CVS tag is release22-maint.

Neal