emacs-devel
[Top][All Lists]
Advanced

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

Re: About the differences among the versions of emacs obtained by differ


From: Zack Piper
Subject: Re: About the differences among the versions of emacs obtained by different git commands.
Date: Sun, 6 Sep 2015 09:49:44 +0200
User-agent: Mutt/1.5.23+113 (34ca1c5fdd45) (2014-03-12)

Hongyi Zhao <address@hidden> writes:
> Again, are the following two commands equivalent or not:
>
> git clone git://git.sv.gnu.org/emacs/elpa
> git clone git://git.savannah.gnu.org/emacs/elpa.git
 
`git.sv.gnu.org' and `git.savannah.gnu.org' are the same thing,
according to `dig':

    $ diff =(dig git.sv.gnu.org) =(dig git.savannah.gnu.org) # zsh 
output-to-file syntax (`=') used if you're curious.
    2c2
    < ; <<>> DiG 9.9.6-P1 <<>> git.sv.gnu.org
    ---
    > ; <<>> DiG 9.9.6-P1 <<>> git.savannah.gnu.org
    5c5
    < ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 13244
    ---
    > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45385
    11c11
    < ;git.sv.gnu.org.                      IN      A
    ---
    > ;git.savannah.gnu.org.                IN      A
    14c14
    < git.sv.gnu.org.               119     IN      A       208.118.235.72
    ---
    > git.savannah.gnu.org. 285     IN      A       208.118.235.72
    17d16
    < gnu.org.              41581   IN      NS      ns2.gnu.org.
    19a19
    > gnu.org.              41581   IN      NS      ns2.gnu.org.
    31c31
    < ;; MSG SIZE  rcvd: 217
    ---
    > ;; MSG SIZE  rcvd: 223

Which indicates that the IP addresses are the same.

`sv.gnu.org' is (probably) only used as a shorthand for
`savannah.gnu.org' literally only for convenience. If there is in fact
a different I'd be very interested to here about it.

For more proof I cloned both repositories and measured the directory
sizes:

    $ du -s savannah.gnu.org sv.gnu
    72116   savannah.gnu.org
    72120   sv.gnu

Where the host name of where I cloned it from (which is stored in
`.git.config') is probably the only thing making a difference.


-- 
Zack Piper <address@hidden> http://apertron.net



reply via email to

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