gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] regarding paul_3_13.8a


From: bump
Subject: Re: [gnugo-devel] regarding paul_3_13.8a
Date: Thu, 26 Dec 2002 16:18:13 -0800

> Dan wrote:
> > It might be easier to debug the patch paul_3_13.8a than the
> > version paul_3_13.8b which went into the CVS.
> 
> how do i downgrade my cvs working directory?
> 
> Paul

I would:

patch -p0 -R < paul_3_13.8b
patch -p0 < paul_3_13.8a

Alternatively, you could just check out -r rel-3-3-13 since
your patch went in after the 3.3.13 release. It might be less 
cvs'ing if you do this:

cvs diff -u -r rel-3-3-13 . > downpatch
patch -p0 -R < downpatch

You could do that in patterns/ since all your changes were
in that directory. 

Probably the first solution is easiest.

Dan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]