added notes about importing vendor source to contrib

This commit is contained in:
Andreas Gustafsson
2001-07-12 02:08:12 +00:00
parent 35db8a8eda
commit a4a4c7e751
2 changed files with 26 additions and 2 deletions

View File

@@ -85,4 +85,16 @@ In a mainline working tree, do something like this:
cvs tag -b -r v9_0_base v9_0 file
$Id: cvs,v 1.6 2001/01/09 21:47:00 bwelling Exp $
Importing contrib source from vendor release
As an example, here's how queryperf was imported:
cd /tmp
cvs -d shell.nominum.com:/proj/cvs/nominum export -rHEAD queryperf
cd queryperf
cvs -d rc.isc.org:/proj/cvs/isc import bind9/contrib/queryperf \
NOMINUM NOMINUM_20010710
$Id: cvs,v 1.7 2001/07/12 02:08:12 gson Exp $

View File

@@ -85,4 +85,16 @@ In a mainline working tree, do something like this:
cvs tag -b -r v9_0_base v9_0 file
$Id: cvs-usage,v 1.6 2001/01/09 21:47:00 bwelling Exp $
Importing contrib source from vendor release
As an example, here's how queryperf was imported:
cd /tmp
cvs -d shell.nominum.com:/proj/cvs/nominum export -rHEAD queryperf
cd queryperf
cvs -d rc.isc.org:/proj/cvs/isc import bind9/contrib/queryperf \
NOMINUM NOMINUM_20010710
$Id: cvs-usage,v 1.7 2001/07/12 02:08:12 gson Exp $