Jon Berndt wrote:

> > Just for the record:
> > - Creating that new branch.
> 
> How does one create a branch? I know how to tag changed files locally:
> 
> cvs tag -b JSB_New_XML FGAircraft.cpp FGAircraft.h
> 
> Is that what you mean?

This is for creating a branch. Then you have to tell that you are 
working on it by doing :

cvs update -r JSB_New_XML FGAircraft.cpp FGAircraft.h

check with :

cvs status FGAircraft.cpp FGAircraft.h

you should see JSB_New_XML as a sticky tag.

-Fred



_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to