From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Good Emacs Package to Work with CVS? Date: Thu, 03 Sep 2015 21:09:42 +0100 Message-ID: <878u8ni7sp.fsf@robertthorpeconsulting.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1441311016 13060 80.91.229.3 (3 Sep 2015 20:10:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Sep 2015 20:10:16 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: York Zhao Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 03 22:10:00 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ZXapb-0001qZ-4x for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Sep 2015 22:09:59 +0200 Original-Received: from localhost ([::1]:51576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXapa-0007RR-Um for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Sep 2015 16:09:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXapQ-0007RJ-76 for help-gnu-emacs@gnu.org; Thu, 03 Sep 2015 16:09:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXapN-00041H-1B for help-gnu-emacs@gnu.org; Thu, 03 Sep 2015 16:09:48 -0400 Original-Received: from outbound-smtp03.blacknight.com ([81.17.249.16]:49442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXapM-000417-Rn for help-gnu-emacs@gnu.org; Thu, 03 Sep 2015 16:09:44 -0400 Original-Received: from mail.blacknight.com (pemlinmail06.blacknight.ie [81.17.255.152]) by outbound-smtp03.blacknight.com (Postfix) with ESMTPS id A9F17989C4 for ; Thu, 3 Sep 2015 20:09:43 +0000 (UTC) Original-Received: (qmail 17126 invoked from network); 3 Sep 2015 20:09:43 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.77.151.46]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 3 Sep 2015 20:09:43 -0000 In-Reply-To: (message from York Zhao on Mon, 31 Aug 2015 22:06:00 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.16 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107013 Archived-At: York Zhao writes: > I'm very comfortable using git, especially using magit in Emacs. But > unfortunately I will have to use CVS at the company I'm currently with. Can > any > CVS veteran recommend a Emacs package to work with CVS efficiently which is > similar to magit? Is it feasible to still work on a local git repo and keep > it > in sync with the company's CVS repo? CVS doesn't have that many commands. The most important ones are add, checkout, commit, diff, update and remove. For one file you can do that easily with VC-mode. And there's PCL-CVS for more complex directory level operations. BR, Robert Thorpe