From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: York Zhao Newsgroups: gmane.emacs.help Subject: Good Emacs Package to Work with CVS? Date: Mon, 31 Aug 2015 22:06:00 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1441073184 8358 80.91.229.3 (1 Sep 2015 02:06:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2015 02:06:24 +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 Sep 01 04:06:24 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 1ZWaxr-0007MA-3l for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Sep 2015 04:06:23 +0200 Original-Received: from localhost ([::1]:43424 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWaxq-0001jl-Eb for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Aug 2015 22:06:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWaxa-0001iI-69 for help-gnu-emacs@gnu.org; Mon, 31 Aug 2015 22:06:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWaxV-0002rv-V5 for help-gnu-emacs@gnu.org; Mon, 31 Aug 2015 22:06:06 -0400 Original-Received: from mail-ob0-x233.google.com ([2607:f8b0:4003:c01::233]:33464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWaxV-0002rq-Jd for help-gnu-emacs@gnu.org; Mon, 31 Aug 2015 22:06:01 -0400 Original-Received: by obcji4 with SMTP id ji4so13032463obc.0 for ; Mon, 31 Aug 2015 19:06:00 -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=6NKeOAhkHoLcH9PiqHGUOyJLl51wPNumzQVaW+m6Nxk=; b=eQE9u1u2Mv2FEftcF0X8Cb7ViV+G+VBcmxcWJv/MRt5/srnOyR8v+1KxrOcDWiO59f RaowKK4ukQowajHQ9mpg2F7pjb2xvkjTZyn+WN9buU0U2lZoFeI2sFOgKRFrFHzrVqBv Nma8JMrFYqkkl3oQeXR4olMS6osmwGmLcZmxj/CWZ9ciDbTtqdjmDyxm1lXe1irMkeYI gwWIKQdeDjTmxMKFW2YklDu4onIjzp46/2QXJb0IMyIlXlk42czfR/Q1IE/zw38BGJ5A SrmUOa4P/UsFH1ojCkmBYzJn1tdxOcOPDjULx0te8TNUM7FSJhmc0OPdglcdbSrvt3BC yUaQ== X-Received: by 10.60.85.106 with SMTP id g10mr16114208oez.53.1441073160476; Mon, 31 Aug 2015 19:06:00 -0700 (PDT) Original-Received: by 10.202.105.147 with HTTP; Mon, 31 Aug 2015 19:06:00 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::233 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:106948 Archived-At: 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? Thanks in advance, York