From a4a4c7e7511ff944656b053fd1763fc2e651ceca Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 12 Jul 2001 02:08:12 +0000 Subject: [PATCH] added notes about importing vendor source to contrib --- doc/dev/cvs | 14 +++++++++++++- doc/dev/cvs-usage | 14 +++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/doc/dev/cvs b/doc/dev/cvs index 6c1ea515e4..a6fb665f3f 100644 --- a/doc/dev/cvs +++ b/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 $ diff --git a/doc/dev/cvs-usage b/doc/dev/cvs-usage index 89b6a471c7..899360c320 100644 --- a/doc/dev/cvs-usage +++ b/doc/dev/cvs-usage @@ -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 $