Re: [AD] Bug in arc()

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


> OK, committed to the default place (that's the trunk, right?).

If you've never used the '-r' option, yes.

> How do I commit to 4.0.x? Do I have to checkout -r 4.0.0, then
> modify gfx.c, then commit, then do the same for 4.0.1 and 4.0.2?

Much simpler:
    cvs -z3 update -r allegro_4_0_branch src/gfx.c
    modify src/gfx.c
    cvs -z3 commit -r allegro_4_0_branch src/gfx.c

To resync with mainline (trunk) afterwards:
    cvs -z3 update -A src/gfx.c

--
Eric Botcazou
ebotcazou@xxxxxxxxxx



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/