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
Table of Contents
+ other documents for BIND 10, can be found at http://bind10.isc.org/docs.
Table of Contents
Table of Contents
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. -
Table of Contents
+
Table of Contents
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 @@
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.
@@ -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. -
Downloading this "bleeding edge" code is recommended only for developers or advanced users. Using development code in a production environment is not recommended.
- 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/
trunk
.
+ The leading development is done in the master
.