From 4fb7fbb237becd17fc4fb6c370bd6ee6d02a4eca Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Wed, 19 Jan 2011 10:41:26 -0600 Subject: [PATCH] Mention Git instead of Subversion in docs. --- README | 2 +- doc/guide/bind10-guide.html | 20 +++++++++++--------- doc/guide/bind10-guide.xml | 16 +++++++++------- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/README b/README index 04eb923de6..9b258bc542 100644 --- a/README +++ b/README @@ -48,7 +48,7 @@ Simple build instructions: ./configure make -If building from Subversion repository, run: +If building from Git repository, run: autoreconf --install diff --git a/doc/guide/bind10-guide.html b/doc/guide/bind10-guide.html index f6bc68f871..7a3dfd8de3 100644 --- a/doc/guide/bind10-guide.html +++ b/doc/guide/bind10-guide.html @@ -6,7 +6,7 @@

This is the reference guide for BIND 10 version 20101201. The most up-to-date version of this document, along with - other documents for BIND 10, can be found at http://bind10.isc.org/docs.


Table of Contents

1. Introduction
Supported Platforms
Required Software
Starting and Stopping the Server
Managing BIND 10
2. Installation
Building Requirements
Quick start
Installation from source
Download Tar File
Retrieve from Subversion
Configure before the build
Build
Install
Install Hierarchy
3. Starting BIND10 with bind10
Starting BIND 10
4. Command channel
5. Configuration manager
6. Remote control daemon
Configuration specification for b10-cmdctl
7. Control and configure user interface
8. Authoritative Server
Server Configurations
Data Source Backends
Loading Master Zones Files
9. Incoming Zone Transfers
10. Outbound Zone Transfers
11. Secondary Manager

Chapter 1. Introduction

+ other documents for BIND 10, can be found at http://bind10.isc.org/docs.


Table of Contents

1. Introduction
Supported Platforms
Required Software
Starting and Stopping the Server
Managing BIND 10
2. Installation
Building Requirements
Quick start
Installation from source
Download Tar File
Retrieve from Git
Configure before the build
Build
Install
Install Hierarchy
3. Starting BIND10 with bind10
Starting BIND 10
4. Command channel
5. Configuration manager
6. Remote control daemon
Configuration specification for b10-cmdctl
7. Control and configure user interface
8. Authoritative Server
Server Configurations
Data Source Backends
Loading Master Zones Files
9. Incoming Zone Transfers
10. Outbound Zone Transfers
11. Secondary Manager

Chapter 1. Introduction

BIND is the popular implementation of a DNS server, developer interfaces, and DNS tools. BIND 10 is a rewrite of BIND 9. BIND 10 is written in C++ and Python @@ -124,7 +124,7 @@ and, of course, DNS. These include detailed developer documentation and code examples. -

Chapter 2. Installation

Building Requirements

Note

+

Chapter 2. Installation

Building Requirements

Note

Some operating systems have split their distribution packages into a run-time and a development package. You will need to install the development package versions, which include header files and @@ -181,7 +181,7 @@

Installation from source

BIND 10 is open source software written in C++ and Python. It is freely available in source code form from ISC via - the Subversion code revision control system or as a downloadable + the Git code revision control system or as a downloadable tar file. It may also be available in pre-compiled ready-to-use packages from operating system vendors.

Download Tar File

@@ -191,25 +191,27 @@ The BIND 10 releases are available as tar file downloads from ftp://ftp.isc.org/isc/bind10/. Periodic development snapshots may also be available. -

Retrieve from Subversion

+

Retrieve from Git

Downloading this "bleeding edge" code is recommended only for developers or advanced users. Using development code in a production environment is not recommended.

Note

- When using source code retrieved via Subversion additional + When using source code retrieved via Git additional software will be required: automake (v1.11 or newer), libtoolize, and autoconf (2.59 or newer). These may need to be installed.

The latest development code, including temporary experiments and un-reviewed code, is available via the BIND 10 code revision - control system. This is powered by Subversion and all the BIND 10 + control system. This is powered by Git and all the BIND 10 development is public. - The leading development is done in the trunk. + The leading development is done in the master.

- The code can be checked out from svn://bind10.isc.org/svn/bind10; for example to check out the trunk: + The code can be checked out from + git://bind10.isc.org/bind10; + for example: -

$ svn co svn://bind10.isc.org/svn/bind10/trunk

+

$ git clone git://bind10.isc.org/bind10

When checking out the code from the code version control system, it doesn't include the diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index 395303bfb0..9606dbd088 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -402,7 +402,7 @@ var/ BIND 10 is open source software written in C++ and Python. It is freely available in source code form from ISC via - the Subversion code revision control system or as a downloadable + the Git code revision control system or as a downloadable tar file. It may also be available in pre-compiled ready-to-use packages from operating system vendors. @@ -423,7 +423,7 @@ var/

- Retrieve from Subversion + Retrieve from Git Downloading this "bleeding edge" code is recommended only for developers or advanced users. Using development code in a production @@ -432,7 +432,7 @@ var/ - When using source code retrieved via Subversion additional + When using source code retrieved via Git additional software will be required: automake (v1.11 or newer), libtoolize, and autoconf (2.59 or newer). These may need to be installed. @@ -442,14 +442,16 @@ var/ The latest development code, including temporary experiments and un-reviewed code, is available via the BIND 10 code revision - control system. This is powered by Subversion and all the BIND 10 + control system. This is powered by Git and all the BIND 10 development is public. - The leading development is done in the trunk. + The leading development is done in the master. - The code can be checked out from svn://bind10.isc.org/svn/bind10; for example to check out the trunk: + The code can be checked out from + git://bind10.isc.org/bind10; + for example: - $ svn co svn://bind10.isc.org/svn/bind10/trunk + $ git clone git://bind10.isc.org/bind10