X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=docs%2FREADME.developers;h=f026c741a1748284da950bada373abe41fe1209e;hp=abfb3e568b8603c5e3369653948442a5e54c0d38;hb=d9bed5c7b73965ffdc48176825690b94f096ec3b;hpb=c6abf17d7aceffcce6ff2a871cc4d95bc31fc5bf 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 -------------------------------------------------------