From d9bed5c7b73965ffdc48176825690b94f096ec3b Mon Sep 17 00:00:00 2001 From: Ken Hornstein Date: Mon, 21 Feb 2011 20:44:30 -0500 Subject: [PATCH] Updated the developer README with a few notes about the git conversion. Signed-off-by: Ken Hornstein --- docs/README.developers | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/README.developers b/docs/README.developers index abfb3e5..f026c74 100644 --- a/docs/README.developers +++ b/docs/README.developers @@ -25,8 +25,8 @@ of the users (and the configure script) it is an output file from the point of view of the developers (and the autoconf script). Note that the automatically generated autoconf files (such as config.h.in, -stamp-h.in, and configure), are NOT kept in CVS. Thus, when you check out -a CVS tree, you need to run the autogen.sh script before you can build +stamp-h.in, and configure), are NOT kept in git. Thus, when you check out +a git tree, you need to run the autogen.sh script before you can build anything: % ./autogen.sh @@ -119,6 +119,18 @@ zotnet/tws/ (deprecated, now in sbr/) away completely. +--- +git +--- + +As of December 2010, nmh has switched to using git for revision control +instead of CVS. While the topic of git is beyond the scope of this FAQ, +to get started with git & nmh, you can run the following command to checkout +the nmh repository: + + % git clone git://git.savannah.nongnu.org/nmh.git + + ------------------------------------------------------- nmh-local functions to use in preference to OS versions ------------------------------------------------------- -- 1.7.10.4