all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Xue Fuqiao <xfq.free@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: About CVS
Date: Sat, 08 Jun 2013 13:18:35 +0300	[thread overview]
Message-ID: <83wqq4sy6c.fsf@gnu.org> (raw)
In-Reply-To: <CAAF+z6E6F8-cUxiLCSGD1AhfZM7T8oqzmiMPNErE7fRKc=Tqvg@mail.gmail.com>

> Date: Sat, 8 Jun 2013 17:14:44 +0800
> From: Xue Fuqiao <xfq.free@gmail.com>
> 
> In 2.2.1 (http://ximbiot.com/cvs/manual/cvs-1.11.23/cvs_2.html#SEC12) of
> the manual, it says "the name of the history file is the name of the
> corresponding file with `,v' appended to the end".  But I found no `,v'
> file in my checkout of Emacs web pages repository.

CVS is not a distributed VC system (a.k.a. "dVCS").  It keeps the
history in only one place: on the server.  When you checkout a
repository, you don't get the history, only the working tree.
Whenever you invoke any command that needs to consult the history,
like "cvs log" or "cvs diff", the CVS client communicates with the
server to get that info.

The history files are stored on the server, which is why you don't see
them on the client.



  reply	other threads:[~2013-06-08 10:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-08  9:14 About CVS Xue Fuqiao
2013-06-08 10:18 ` Eli Zaretskii [this message]
2013-06-08 23:36   ` Xue Fuqiao

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=83wqq4sy6c.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=xfq.free@gmail.com \
    /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.