From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "james" Newsgroups: gmane.emacs.help Subject: Re: clearcase in emacs Date: 6 Mar 2007 11:15:30 -0800 Organization: http://groups.google.com Message-ID: <1173208517.441080.92850@q40g2000cwq.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1173210071 27054 80.91.229.12 (6 Mar 2007 19:41:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Mar 2007 19:41:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 06 20:41:05 2007 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 1HOfWy-0002kJ-AC for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Mar 2007 20:41:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOfWy-0004rQ-8k for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Mar 2007 14:41:04 -0500 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!q40g2000cwq.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 44 Original-NNTP-Posting-Host: 205.175.225.24 Original-X-Trace: posting.google.com 1173208545 18598 127.0.0.1 (6 Mar 2007 19:15:45 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 6 Mar 2007 19:15:45 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: q40g2000cwq.googlegroups.com; posting-host=205.175.225.24; posting-account=QasW5A0AAAAxx4roVdpL6V55nt6Y9qFG Original-Xref: shelby.stanford.edu gnu.emacs.help:146124 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:41729 Archived-At: On Mar 6, 12:22 pm, op1326...@mail.telepac.pt wrote: > Hi, > > i've installed vc-clearcase to start to use clearcase with emacs. I would like > to know what are the commands to do checkout, checkin and add file to source > control in the plugin vc-clearcase. > > Thanks, > Pedro C-x v v, C-x v v, and C-x v v. respectively. (Technically, vc-register is C-x v i, but if you call vc-next-action on a view-private file, it will register and check out in one action) I just installed it yesterday, and have found turning on the menu-bar to be very useful for exploring the capablilites. Another option is C- h b (or M-x describe-bindings)... if you scroll down far enough you'll find something like the following: C-x v = vc-diff C-x v a vc-update-change-log C-x v b vc-switch-backend C-x v c vc-cancel-version C-x v d vc-directory C-x v e vc-clearcase-edcs C-x v f vc-clearcase-start-view C-x v g vc-annotate C-x v h vc-insert-headers C-x v i vc-register C-x v j vc-clearcase-gui-vtree-browser C-x v l vc-print-log C-x v m vc-merge C-x v o vc-clearcase-list-checkouts C-x v p vc-clearcase-update-view C-x v r vc-retrieve-snapshot C-x v s vc-create-snapshot C-x v t vc-clearcase-what-view-tag C-x v u vc-revert-buffer C-x v v vc-next-action C-x v w vc-clearcase-what-rule C-x v y vc-clearcase-what-version C-x v ~ vc-version-other-window