Arnt Karlsen wrote:

> On Mon, 4 Oct 2004 16:47:12 +0200, Frederic wrote in message 
> <[EMAIL PROTECTED]>:
> 
> > 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
> > >
> > > Is there a good way to revert the HEAD branch of CVS to yesterday
> > morning's set of files?
> > 
> > If I recall correctly, "cvs admin -o<rev> filename" will kill the so
> > called<rev> revision.
> > For example, "cvs admin -o1.42 foo.cxx" remove revision 1.42 of
> > foo.cxx. But look at the cvs manual before proceeding
> 
> ..meanwhile, is there a "go-away" flag that can be set to prevent 
> us mortals and not from cvs co'ing known bad code trees?

No because this repository is located at Sourceforge and there is no 
way to shutdown the repository during this maintenance operation.

-Fred



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

Reply via email to