From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60789 Path: news.gmane.org!not-for-mail From: Qiang Newsgroups: gmane.emacs.gnus.general Subject: what is the main divergence between cvs-mode-commit and cvs-do-commit? Date: Thu, 18 Aug 2005 16:57:48 +0800 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1124370775 11602 80.91.229.2 (18 Aug 2005 13:12:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Aug 2005 13:12:55 +0000 (UTC) Original-X-From: ding-owner+M9321=ding+2Daccount=gmane.org@lists.math.uh.edu Thu Aug 18 15:12:53 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E5kAa-0005Ra-5d for ding-account@gmane.org; Thu, 18 Aug 2005 15:10:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1E5kAY-0002c3-01 for ding-account@gmane.org; Thu, 18 Aug 2005 08:10:54 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1E5gHV-0002AM-00 for ding@lists.math.uh.edu; Thu, 18 Aug 2005 04:01:49 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1E5gHQ-0007Dh-1Q for ding@lists.math.uh.edu; Thu, 18 Aug 2005 04:01:44 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1E5fLK-00059c-00 for ; Thu, 18 Aug 2005 10:01:42 +0200 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1E5gGH-0007mE-4s for ding@gnus.org; Thu, 18 Aug 2005 11:00:38 +0200 Original-Received: from 221.221.149.135 ([221.221.149.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Aug 2005 11:00:33 +0200 Original-Received: from linux.liuqiang by 221.221.149.135 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Aug 2005 11:00:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 8 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 221.221.149.135 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:tKuih35LoFFWF6k3HTsAmlxR3QE= X-Spam-Score: -4.5 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60789 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60789 Recently, I use emacs's pcl-cvs to manage my source code. There is two kind of command that I always don't understand truely. They are: "cvs-update" and "cvs-mode-update" "cvs-do-commit" and "cvs-mode-commit" Can you tell me, what is the difference?