mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
added notes about importing vendor source to contrib
This commit is contained in:
parent
35db8a8eda
commit
a4a4c7e751
2 changed files with 26 additions and 2 deletions
14
doc/dev/cvs
14
doc/dev/cvs
|
|
@ -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 $
|
||||
|
|
|
|||
|
|
@ -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 $
|
||||
|
|
|
|||
Loading…
Reference in a new issue