From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Will Chang" Newsgroups: gmane.emacs.help Subject: Re: How to use (vc-update) to update the last version of the branch Date: Thu, 31 Jul 2008 09:22:07 +0800 Message-ID: <4c8ce9a40807301822x3c37518ana4653c2bbdf00060@mail.gmail.com> References: <4c8ce9a40807300300v361ce7bes41b704fd078f300f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37976_9088797.1217467327368" X-Trace: ger.gmane.org 1217467358 27373 80.91.229.12 (31 Jul 2008 01:22:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2008 01:22:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 31 03:23:28 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KOMt4-0006Fr-9Y for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jul 2008 03:23:26 +0200 Original-Received: from localhost ([127.0.0.1]:34427 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOMs9-0004CO-Nb for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Jul 2008 21:22:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOMrs-0004Aj-M4 for help-gnu-emacs@gnu.org; Wed, 30 Jul 2008 21:22:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOMrq-0004AX-A2 for help-gnu-emacs@gnu.org; Wed, 30 Jul 2008 21:22:11 -0400 Original-Received: from [199.232.76.173] (port=43385 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOMrq-0004AU-4I for help-gnu-emacs@gnu.org; Wed, 30 Jul 2008 21:22:10 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.170]:8489) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOMrp-0006Dp-TA for help-gnu-emacs@gnu.org; Wed, 30 Jul 2008 21:22:10 -0400 Original-Received: by ug-out-1314.google.com with SMTP id l31so325821ugc.48 for ; Wed, 30 Jul 2008 18:22:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=s//tpVEzCxK46pzPUEPTp4ew/HkxjL4dBrlMcYLbcFI=; b=EGupyElwlJnywbMKUC4Zd9b2DpP99ugqkt8A7A2r21NkNXfFcQoI+nXs++Z8r2yf7V PDYKUtYGDIpP6dlotfEoYqj8rjnOCbBMsyxLun4oPtVHdcZKGr6heTRmfbKAJ/j7A9mG s21EB6+XL+V8ZzdR7z9jvc/Ibwzw/PGrFNo24= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=LAECPwPzSI61GIvYbOaOm7wzJkhjrl/GVpTb8jmSGcZDm3MptPewP0cOsIruTNVgyp CqKancwWtXjW5/zUfO39+Sz8VJCgQxm+vXQ2kzJ43WAPsvmw4cM16BoEm/GcWAnPt9Kd i41UX56e1p42gPykP43vtmGbmETGey+b0/RF0= Original-Received: by 10.66.224.19 with SMTP id w19mr1856616ugg.72.1217467327384; Wed, 30 Jul 2008 18:22:07 -0700 (PDT) Original-Received: by 10.67.19.12 with HTTP; Wed, 30 Jul 2008 18:22:07 -0700 (PDT) In-Reply-To: <4c8ce9a40807300300v361ce7bes41b704fd078f300f@mail.gmail.com> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:56068 Archived-At: ------=_Part_37976_9088797.1217467327368 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline for example: Local file --- Head file --- Branch file v1.2.1.2 --- v1.5 --- v1.2.1.3 I want get the v1.2.1.3, but after (vc-update), my local file is v1.5(head version). Is this a bug or something I did wrong? Please help. Thanks very much. On Wed, Jul 30, 2008 at 6:00 PM, Will Chang wrote: > Hi All, > > I noticed that (vc-upate) always get the last version of head in CVS. How > can I get the last version in a branch? > > Thanks. > ------=_Part_37976_9088797.1217467327368 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
for example:

Local file --- Head file ---  Branch file

v1.2.1.2  --- v1.5        ---  v1.2.1.3

I want get the v1.2.1.3, but after (vc-update), my local file is v1.5(head version).  Is this a bug or something I did wrong? Please help. Thanks very much.

On Wed, Jul 30, 2008 at 6:00 PM, Will Chang <changwei.cn@gmail.com> wrote:
Hi All,

I noticed that (vc-upate) always get the last version of head in CVS. How can I get the last version in a branch?

Thanks.

------=_Part_37976_9088797.1217467327368--