bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: README-hacking change for LZMA


From: Bob Proulx
Subject: Re: README-hacking change for LZMA
Date: Mon, 22 Oct 2007 20:58:04 -0600
User-agent: Mutt/1.5.13 (2006-08-11)

Paul Eggert wrote:
> The dist-lzma change means that developers now need a bleeding-edge
> version of Automake along with the LZMA SDK.  Here's a change to
> README-hacking to try to document this.

I think most of that is a good addition to the documentation.  Thanks
for adding that.

> +     $ cvs -d sources.redhat.com:/cvs/automake co automake

However I think the general move to git is a good thing and that we
should encourage git and discourage the continued use of cvs.

Instead of describing how to get the automake source from cvs I
propose that it describe how to get the source from the git copy of
the repository instead.  If all three of the source repositories of
automake, gnulib, and coreutils are described using git then it would
provide a single flavor of version control tool for all three.  It
would be more consistent across the set.  I think that would be a good
thing.

Bob

diff --git a/README-hacking b/README-hacking
index 77464bd..0bfb178 100644
--- a/README-hacking
+++ b/README-hacking
@@ -43,7 +43,8 @@ Automake on 2007-10-09 but is not yet available in a stable Au
 version.  So until Automake 1.11 comes out, you'll need to get the
 bleeding-edge Automake version with a command like this:
 
-       $ cvs -d sources.redhat.com:/cvs/automake co automake
+       $ git clone git://sources.redhat.com/git/automake
+       $ cd automake
        $ ./bootstrap
        $ ./configure
        $ make install




reply via email to

[Prev in Thread] Current Thread [Next in Thread]