all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Po Lu <luangruo@yahoo.com>
To: uzibalqa <uzibalqa@proton.me>
Cc: uzibalqa via Users list for the GNU Emacs text editor
	<help-gnu-emacs@gnu.org>
Subject: Re: Source code, git and cvs
Date: Thu, 20 Jul 2023 21:38:18 +0800	[thread overview]
Message-ID: <87v8ee4sad.fsf@yahoo.com> (raw)
In-Reply-To: <Tb3tRlKVWqv9jAOrkVPts7Mny74rjfCFbDBt4fRGKouMBK77Iasdg2DliEqXARvevKktbMfRErJUAR7QY6AaNYAgDOGrrR8cHOxHrIlG-cc=@proton.me> (uzibalqa@proton.me's message of "Thu, 20 Jul 2023 12:01:58 +0000")

uzibalqa <uzibalqa@proton.me> writes:

> What is the difference between 
>
> git clone https://git.savannah.gnu.org/git/emacs.git
>
> and
>
> git clone -b master git://git.sv.gnu.org/emacs.git

The first command checks out the master branch of the Emacs repository
over the HTTP protocol, while the other does so over the Git protocol.

git.sv.gnu.org/emacs.git means exactly the same as
git.savannah.gnu.org/git/emacs.git; it is simply a more concise version
of the other repository path.

The difference between the two paths is of no relevance to prospective
Emacs developers.  All of this is spelt out clearly in CONTRIBUTE and
countless other documents, such as the manual pages for `git clone'.

> And what is this exactly
>
> cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org: 
>  /sources/emacs co emacs

This is an obsolete method of obtaining a checkout of the in-development
Emacs source code.



  reply	other threads:[~2023-07-20 13:38 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-20 12:01 Source code, git and cvs uzibalqa
2023-07-20 13:38 ` Po Lu [this message]
2023-07-20 13:58   ` uzibalqa
2023-07-20 14:23     ` Eli Zaretskii
2023-07-20 15:09       ` uzibalqa
2023-07-20 15:34         ` Robert Pluim
2023-07-20 15:36         ` Eli Zaretskii
2023-07-20 15:47           ` uzibalqa
2023-07-20 16:35             ` Eli Zaretskii
2023-07-20 17:33               ` uzibalqa
2023-07-20 18:31                 ` Eli Zaretskii
2023-07-20 19:12                   ` uzibalqa
2023-07-20 20:10                     ` uzibalqa
2023-07-21  5:22                       ` Eli Zaretskii
2023-07-21  6:12                         ` Po Lu
2023-07-21 10:43                           ` uzibalqa
2023-07-21 10:59                             ` uzibalqa
2023-07-21 11:18                           ` uzibalqa
2023-07-21 12:30                             ` Eli Zaretskii
2023-07-21 12:40                               ` uzibalqa
2023-07-21 12:51                                 ` Eli Zaretskii
2023-07-21  4:27                     ` tomas
2023-07-21 10:35                       ` uzibalqa
2023-07-21 12:12                         ` Po Lu
2023-07-21 12:52                           ` uzibalqa
2023-07-21 14:20                             ` [External] : " Drew Adams
2023-07-21 15:30                               ` uzibalqa
2023-07-20 16:05           ` uzibalqa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v8ee4sad.fsf@yahoo.com \
    --to=luangruo@yahoo.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=uzibalqa@proton.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.