[C++ Toolkit ANNOUNCE] Public CVS server -- added "production"
source tree
Denis Vakatov
vakatov at ncbi.nlm.nih.gov
Tue Feb 10 16:17:26 EST 2004
We have just added the C++ Toolkit "production" source tree to the public
CVS server area.
This tree contains stable snapshots of the "development" C++ Toolkit tree.
NOTE: these sources are lagging behind, sometimes months behind.
-------------------------------------
*** HOWTO #4
To get the "production" C++ Toolkit sources, use:
cvs get -r ProductionBuild_YYYYMMDD -d c++ production/c++
or
cvs checkout -r ProductionBuild_YYYYMMDD -d c++ production/c++
where symbolic tag 'ProductionBuild_YYYYMMDD' is listed in the corresponding
"snapshot-info" file located under:
c++/patches/
For example, there is only one "snapshot-info" file, "ORIGINAL.txt", and it
lists the tag as:
CVS Tag: ProductionBuild_20031212
So, to get the sources for this "ORIGINAL" snapshot one must use:
cvs get -r ProductionBuild_20031212 -d c++ production/c++
or
cvs checkout -r ProductionBuild_20031212 -d c++ production/c++
CAUTION:
If you checkout current state of the "production" C++ Toolkit tree
(i.e. if you do not use the sym.tag), then there is a risk that you
get unbuildable set of sources.
-------------------------------------
For more CVS client related info info, see:
http://www.ncbi.nlm.nih.gov/books/bv.fcgi?call=bv.View..ShowSection&rid=toolkit.section.cvs_external
More information about the cpp-announce
mailing list