From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: About CVS Date: Sat, 8 Jun 2013 17:14:44 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1370682893 18496 80.91.229.3 (8 Jun 2013 09:14:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Jun 2013 09:14:53 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 08 11:14:55 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UlFEa-0005Ru-Jx for ged-emacs-devel@m.gmane.org; Sat, 08 Jun 2013 11:14:52 +0200 Original-Received: from localhost ([::1]:58371 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlFEZ-0001li-Tj for ged-emacs-devel@m.gmane.org; Sat, 08 Jun 2013 05:14:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlFEV-0001lI-63 for emacs-devel@gnu.org; Sat, 08 Jun 2013 05:14:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlFEU-0001JK-0e for emacs-devel@gnu.org; Sat, 08 Jun 2013 05:14:47 -0400 Original-Received: from mail-ie0-x22e.google.com ([2607:f8b0:4001:c03::22e]:46532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlFET-0001JD-RW for emacs-devel@gnu.org; Sat, 08 Jun 2013 05:14:45 -0400 Original-Received: by mail-ie0-f174.google.com with SMTP id aq17so12823143iec.33 for ; Sat, 08 Jun 2013 02:14:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=QV6oaL6btERdKa5BtoK6EDipyD9ZrlcHYUkAuYfjZSM=; b=n04KbAnm1pxb9wKTsPenEMi8lJVPpLTiUvKJZjFysstKl5sTH6lCciliftmUn8Ve96 F3IEfspICBqZeHr1pSKHxCRduqi1Dqy4Wvsdr+ZG1c2JbKvDlOn3jbCB1PI2fBKMM3m9 gYjprBUdB0WuIg5CRmxA94cwZSIEPv9RC/wzrPNPk2l87AroNkBKjDcJHTDnCNVDz8eo T8Nu8wHmxJvh84BOXCHodXTehazSKreDTpA1d/6wWIORSvfeEElM28bsNV+Ag/j7AQS8 1b0fl9EDGbZ+po44yF++c4kQsqoKcW+tEo/XbyGRk34lywTiwePYQ1lsCjAja+hKVgMa gXhQ== X-Received: by 10.50.30.233 with SMTP id v9mr603129igh.3.1370682884704; Sat, 08 Jun 2013 02:14:44 -0700 (PDT) Original-Received: by 10.42.121.138 with HTTP; Sat, 8 Jun 2013 02:14:44 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160266 Archived-At: Hi list, I'm reading the Cederqvist[1] now. Because there are much code in VC related to CVS, I think learing CVS can help me understand VC. I have many questions about CVS now and I want to ask for help. I asked Stefan (privately), and he suggested me asking my questions on emacs-devel where many of you still remember when you used CVS for Emacs because info-cvs does not seem to be active. I know that "it is sort of flattering that people think emacs-devel can fix every problem in the known universe", and I'll try my best solving problems myself. Here's the first question: 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. Can anyone point me in the right direction? Thank you very much. FYI: I checked out the repo using: cvs -z3 -d:ext:xfq@cvs.savannah.gnu.org:/web/emacs co emacs And I'm using CVS 1.12.13. Footnotes: [1] http://ximbiot.com/cvs/manual/cvs-1.11.23/cvs.html -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/